[-] Classes : Fixed bug on Feature detachables and Customizations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8557 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2011-09-14 09:18:18 +00:00
parent facb2318e5
commit 59b55487be
3 changed files with 39 additions and 29 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ class OrderDetailControllerCore extends FrontController
'messages' => CustomerMessage::getMessagesByOrderId((int)($order->id)),
'CUSTOMIZE_FILE' => Product::CUSTOMIZE_FILE,
'CUSTOMIZE_TEXTFIELD' => _CUSTOMIZE_TEXTFIELD_,
'isRecyclable' => Configuration::get('PS_RECYCLABLE_PACK'),
'isRecyclable' => Configuration::get('PS_RECYCLABLE_PACK'),
'use_tax' => Configuration::get('PS_TAX'),
'group_use_tax' => (Group::getPriceDisplayMethod($customer->id_default_group) == PS_TAX_INC),
'customizedDatas' => $customizedDatas));