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

This commit is contained in:
mDeflotte
2012-02-16 14:13:04 +00:00
parent c02982a8f8
commit 0088f5d245
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(