- aggiornato scheda e rigenera lista
- corretto filtro sulla Collana
This commit is contained in:
@@ -118,7 +118,7 @@ module.exports.getStatistics = async function () {
|
||||
sku: "$_id", // Rinomina _id in sku (equivalente a IdArticolo)
|
||||
fatLast3M: 1,
|
||||
fatLast6M: 1,
|
||||
fatLast1Y: 1
|
||||
fatLast1Y: 1,
|
||||
}
|
||||
}
|
||||
];
|
||||
@@ -131,3 +131,5 @@ module.exports.getStatistics = async function () {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user