[-] 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 499b6af5b5
commit a52f8c38ee
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(