// Fix Admin order another bug address

This commit is contained in:
rGaillard
2012-02-03 09:37:18 +00:00
parent 2c13d5e3b0
commit 8c8bc468eb
@@ -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)