[-] FO : #PSCFV-3034 - Add return quantity to order detail

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16312 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-10 14:09:18 +00:00
parent b5a0c212de
commit 2f17afcc30
4 changed files with 48 additions and 6 deletions
@@ -161,6 +161,8 @@ class OrderDetailControllerCore extends FrontController
$customizedDatas = Product::getAllCustomizedDatas((int)($order->id_cart));
Product::addCustomizationPrice($products, $customizedDatas);
OrderReturn::addReturnedQuantity($products, $order->id);
$customer = new Customer($order->id_customer);
$this->context->smarty->assign(array(