- scheda prodotto migliorata
- aggiornamento filtri
This commit is contained in:
@@ -1173,6 +1173,11 @@ async function eseguiDbOp(idapp, mydata, locale, req, res) {
|
||||
}
|
||||
ris = { mystr };
|
||||
|
||||
} else if (mydata.dbop === 'UpdateCatDeleteEmpty') {
|
||||
|
||||
mystr = await CatProd.updateCatDeleteEmpty(req.body.idapp);
|
||||
ris = { mystr };
|
||||
|
||||
} else if (mydata.dbop === 'UpdateStatFatturato') {
|
||||
|
||||
mystr = await ProductInfo.updateProductInfoByStats(req.body.idapp);
|
||||
|
||||
Reference in New Issue
Block a user