[-] 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
@@ -257,7 +257,8 @@ class AdminAddressesControllerCore extends AdminController
'options' => array(
'query' => Country::getCountries($this->context->language->id),
'id' => 'id_country',
'name' => 'name'
'name' => 'name',
'preselect_country' => true,
)
);
$temp_fields[] = array(