aggiornamenti su PCB
This commit is contained in:
@@ -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') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user