fix totqta
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user