// bug fix on new AdminOrders + optimization

[~] FO : usage of $customizedDatas var in order-detail.tpl is now deprecated use $product.customizedDatas
This commit is contained in:
aFolletete
2011-10-24 13:19:54 +00:00
parent 00bf241da0
commit ee2aad914d
6 changed files with 22 additions and 21 deletions
+1 -4
View File
@@ -512,10 +512,7 @@ class AdminOrdersControllerCore extends AdminController
'currentIndex' => self::$currentIndex,
'carrierModuleCall' => $carrier_module_call,
'iso_code_lang' => $this->context->language->iso_code,
'PS_INVOICE_PREFIX' => Configuration::get('PS_INVOICE_PREFIX', $this->context->language->id),
'PS_WEIGHT_UNIT' => Configuration::get('PS_WEIGHT_UNIT'),
'PS_SHOP_NAME' => Configuration::get('PS_SHOP_NAME'),
'PS_DELIVERY_PREFIX' => Configuration::get('PS_DELIVERY_PREFIX', $this->context->language->id)
'id_lang' => $this->context->language->id
));
// Assign Hook