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

This commit is contained in:
mDeflotte
2012-07-10 14:09:18 +00:00
parent 99cefd9301
commit ef35d2fd33
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(