Project e Todos sistemati...
aggiunti Gruppi
This commit is contained in:
@@ -23,6 +23,7 @@ class Cart {
|
||||
const mynewcart = new Cart(null);
|
||||
mynewcart.idapp = cart.idapp || 0;
|
||||
mynewcart.items = cart.items;
|
||||
mynewcart.department = cart.department;
|
||||
mynewcart.userId = cart.userId || "";
|
||||
mynewcart.modify_at = new Date();
|
||||
|
||||
@@ -77,6 +78,7 @@ class Cart {
|
||||
totalQty: this.totalQty,
|
||||
totalPrice: this.totalPrice,
|
||||
userId: this.userId,
|
||||
department: this.department,
|
||||
note: this.note,
|
||||
modify_at: this.modify_at
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user