From cbef60f9af3ba56104bdaa2f6a1155abae5d75f3 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 3 Feb 2012 09:34:47 +0000 Subject: [PATCH] // Fix Admin order duplicate cart on addresses git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12958 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/template/controllers/orders/form.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index ce4fb962c..c05df35ff 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -313,6 +313,7 @@ action: "deleteVoucher", id_cart_rule: id_cart_rule, id_cart: id_cart, + id_customer: id_customer }, success : function(res) { @@ -336,6 +337,7 @@ id_product: id_product, id_product_attribute: id_product_attribute, id_cart: id_cart, + id_customer: id_customer }, success : function(res) {