[-] BO : the default country of shop is correctly selected by default in forms with country field #PSTEST-493
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13407 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -230,7 +230,10 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
);
|
||||
}
|
||||
else
|
||||
$this->fields_value['id_address'] = 0;
|
||||
$this->fields_value = array(
|
||||
'id_address' => 0,
|
||||
'id_country' => Configuration::get('PS_COUNTRY_DEFAULT')
|
||||
);
|
||||
|
||||
|
||||
if (Shop::isFeatureActive())
|
||||
|
||||
Reference in New Issue
Block a user