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