[-] BO : the default country of shop is correctly selected by default in forms with country field #PSTEST-493

This commit is contained in:
aFolletete
2012-02-16 15:55:11 +00:00
parent ae39800143
commit bdcc800cd4
4 changed files with 12 additions and 13 deletions
@@ -505,7 +505,8 @@ class AdminManufacturersControllerCore extends AdminController
$this->fields_value = array(
'name' => Manufacturer::getNameById($address->id_manufacturer),
'alias' => 'manufacturer'
'alias' => 'manufacturer',
'id_country' => Configuration::get('PS_COUNTRY_DEFAULT')
);
$this->initToolbar();