- risolto Ordinamento Bestseller (a 6 mesi ora)

- EditOn anche per gli Editori
This commit is contained in:
Surya Paolo
2024-12-17 21:38:10 +01:00
parent 300bab2125
commit 7f6ed73763
4 changed files with 13 additions and 12 deletions

View File

@@ -1561,7 +1561,7 @@ async function eseguiDbOp(idapp, mydata, locale, req, res) {
console.log(`Cancellati ${deleteProductInfo.deletedCount} record dalla collezione ProductInfo.`);
}
ris = !!deleteProductInfo;
ris = deleteProductInfo ? true : false;
} else if (mydata.dbop === 'dropCatProd') {