// Fix default country on address creation in BO

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13229 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-10 15:07:44 +00:00
parent ab913b28e5
commit d056b16654
@@ -268,10 +268,11 @@ class AdminAddressesControllerCore extends AdminController
'options' => array(
'query' => array(),
'id' => 'id_state',
'name' => 'name'
'name' => 'name',
)
);
$this->fields_value['id_country'] = Configuration::get('PS_COUNTRY_DEFAULT');
}
}