From 8c8bc468eb16756e59cdf9bde8553ebe807379ea Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 3 Feb 2012 09:37:18 +0000 Subject: [PATCH] // Fix Admin order another bug address --- admin-dev/themes/default/template/controllers/orders/form.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index c05df35ff..2e27fa066 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -125,7 +125,8 @@ tab: "AdminCarts", action: "addVoucher", id_cart_rule: data.id_cart_rule, - id_cart: id_cart + id_cart: id_cart, + id_customer: id_customer }, success : function(res) { @@ -230,6 +231,7 @@ id_cart: id_cart, id_product: id_product, id_product_attribute: id_product_attribute, + id_customer: id_customer, price: new_price }, success : function(res)