diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index 7e1138ca0..e6179ea30 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -300,7 +300,7 @@ id_product: id_product, id_product_attribute: id_product_attribute, id_customer: id_customer, - price: new_price + price: new Number(new_price.replace(",",".")).toFixed(4).toString() }, success : function(res) {