- fixed quantità
- creazione mappa numero utenti per provincia !
This commit is contained in:
@@ -605,7 +605,8 @@ module.exports.getTotalOrderById = async function (id) {
|
||||
|
||||
];
|
||||
|
||||
return await Order.aggregate(query);
|
||||
const ris = await Order.aggregate(query);
|
||||
return ris;
|
||||
}
|
||||
|
||||
module.exports.RemoveDeletedOrdersInOrderscart = async function () {
|
||||
|
||||
Reference in New Issue
Block a user