[-] BO : #PSTEST-769 - The default country must be pre-selected on address list

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13393 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-16 14:13:04 +00:00
parent b0590e342e
commit 5b942b7993
8 changed files with 48 additions and 23 deletions
+2 -1
View File
@@ -127,7 +127,8 @@ class AdminStatesControllerCore extends AdminController
'options' => array(
'query' => Country::getCountries($this->context->language->id, false, true),
'id' => 'id_country',
'name' => 'name'
'name' => 'name',
'preselect_country' => true,
),
'desc' => $this->l('Country where state, region or city is located')
),