From 80435eefd53561e0c1b33f378d98297b10faa05a 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12959 b9a71923-0436-4b27-9f14-aed3839534dd --- 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)