- aggiornato scheda e rigenera lista

- corretto filtro sulla Collana
This commit is contained in:
Surya Paolo
2025-04-29 02:30:19 +02:00
parent 95793fd73f
commit 3d4f8b0d04
12 changed files with 318 additions and 44 deletions

View File

@@ -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;
}
}