- catalogo macro, importazione dati
This commit is contained in:
@@ -53,6 +53,9 @@ const productSchema = new Schema({
|
||||
type: Number,
|
||||
required: true,
|
||||
},
|
||||
sale_price: {
|
||||
type: Number,
|
||||
},
|
||||
price_acquistato: {
|
||||
type: Number,
|
||||
required: true,
|
||||
@@ -79,6 +82,9 @@ const productSchema = new Schema({
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
status: { //publish
|
||||
type: String,
|
||||
},
|
||||
stockBloccatiQty: { // Prenotati Bloccati
|
||||
type: Number,
|
||||
default: 0,
|
||||
|
||||
Reference in New Issue
Block a user