From 925600d6231029a8e072f9239c8c3a176be83459 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 3 Feb 2012 09:25:00 +0000 Subject: [PATCH] // Fix Admin order duplicate cart on addresses git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12955 b9a71923-0436-4b27-9f14-aed3839534dd --- .../themes/default/template/controllers/orders/form.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index 1ce132847..ce4fb962c 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -262,7 +262,8 @@ token: "{getAdminToken tab='AdminCarts'}", tab: "AdminCarts", action: "duplicateOrder", - id_order: id_order + id_order: id_order, + id_customer: id_customer }, success : function(res) { @@ -288,7 +289,8 @@ token: "{getAdminToken tab='AdminCarts'}", tab: "AdminCarts", action: "getSummary", - id_cart: id_cart + id_cart: id_cart, + id_customer: id_customer }, success : function(res) {