Aggiornamento modifiche preOrdini
This commit is contained in:
@@ -89,6 +89,7 @@ class Cart {
|
||||
let ind = this.items.length;
|
||||
this.items[ind] = {};
|
||||
this.items[ind].order = itemorder;
|
||||
this.items[ind].order = Order.updateTotals(this.items[ind].order);
|
||||
this.updatetotals();
|
||||
|
||||
return ind;
|
||||
|
||||
Reference in New Issue
Block a user