diff --git a/src/server/modules/Cart.js b/src/server/modules/Cart.js index ca7c1c6..b959cb0 100755 --- a/src/server/modules/Cart.js +++ b/src/server/modules/Cart.js @@ -197,8 +197,8 @@ class Cart { order.TotalPriceProductCalc = 0; if (updatecalcprice) { order.TotalPriceProduct = 0; - this.totalQty += order.quantity + order.quantitypreordered; } + this.totalQty += order.quantity + order.quantitypreordered; // Calcolo Sconto let sconti_da_applicare = [];