[-] 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:
aFolletete
2012-02-16 15:55:11 +00:00
parent 92db3de64a
commit 3992d7da89
4 changed files with 12 additions and 13 deletions
+2 -1
View File
@@ -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();