aggiornamenti su PCB

This commit is contained in:
Surya Paolo
2024-10-22 15:26:29 +02:00
parent 0d466f01b6
commit 27aa42507a
8 changed files with 33 additions and 31 deletions

View File

@@ -1673,7 +1673,10 @@ async function eseguiDbOp(idapp, mydata, locale, req, res) {
await ProductInfo.correggiProductTypes();
} else if (mydata.dbop === 'replaceProductImgToImageFile') {
await ProductInfo.replaceProductImgToImageFile();
await ProductInfo.replaceProductImgToImageFile(true);
} else if (mydata.dbop === 'removeUploadProducts_Path') {
await ProductInfo.replaceProductImgToImageFile(false);
} else if (mydata.dbop === 'correggiCircuitiANull') {