aggiornato prodotti e scontistica
This commit is contained in:
@@ -22,6 +22,12 @@ const CatProdSchema = new Schema({
|
||||
img: {
|
||||
type: String,
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
},
|
||||
});
|
||||
|
||||
CatProdSchema.statics.getAllCategories = function (callback) {
|
||||
|
||||
Reference in New Issue
Block a user