From dac6eadce889e5f81419ef360aa010e3fbbb1f79 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 --- 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) {