Merge branch 'master' into develop

This commit is contained in:
2024-09-13 13:55:23 +02:00

View File

@@ -1050,7 +1050,7 @@ public class ProductServices {
throw new Exception("Nessuna immagine salvata"); throw new Exception("Nessuna immagine salvata");
} }
return entityProcessor.processEntityList(mtbAartList, multiDBTransactionManager, true); return entityProcessor.processEntityList(mtbAartList, multiDBTransactionManager, false);
} }
private MtbAart prepareEntityForImportFoto(String fileName) throws Exception { private MtbAart prepareEntityForImportFoto(String fileName) throws Exception {