//OrderDetailController : Refacto done + modify some comments

This commit is contained in:
mDeflotte
2011-09-29 11:53:00 +00:00
parent 4bec27e51c
commit 34123d9169
6 changed files with 42 additions and 27 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ class AddressesControllerCore extends FrontController
}
// Retro theme 1.4.2
if ($key = array_search('Country:name', $ordered_fields))
$ordered_fields[$key] = 'country';
if ($key = array_search('Country:name', $ordered_fields))
$ordered_fields[$key] = 'country';
$this->context->smarty->assign('addresses_style', array(
'company' => 'address_company',