fix totqta

This commit is contained in:
Surya Paolo
2024-01-16 10:49:20 +01:00
parent 65d75cb2c5
commit d81f533ecb

View File

@@ -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 = [];