[-] BO : the default country of shop is correctly selected by default in forms with country field #PSTEST-493
This commit is contained in:
@@ -291,7 +291,8 @@ class AdminStoresControllerCore extends AdminController
|
||||
'image' => $image ? $image : false,
|
||||
'size' => $image ? filesize(_PS_STORE_IMG_DIR_.'/'.$obj->id.'.jpg') / 1000 : false,
|
||||
'days' => $days,
|
||||
'hours' => isset($hours_unserialized) ? $hours_unserialized : false
|
||||
'hours' => isset($hours_unserialized) ? $hours_unserialized : false,
|
||||
'id_country' => Configuration::get('PS_COUNTRY_DEFAULT')
|
||||
);
|
||||
|
||||
return parent::renderForm();
|
||||
|
||||
Reference in New Issue
Block a user