aggiornato stockQta quando l'ordine viene evaso
This commit is contained in:
@@ -77,6 +77,13 @@ const orderSchema = new Schema({
|
||||
date_consegnato: {
|
||||
type: Date
|
||||
},
|
||||
ricevuto: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
date_ricevuto: {
|
||||
type: Date
|
||||
},
|
||||
weight: {
|
||||
type: Number
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user