Aggiunto throw exception in fase di salvataggio fatture passive

This commit is contained in:
2024-03-21 18:12:21 +01:00
parent 1668bdbeb8
commit b54027c46f

View File

@@ -460,6 +460,8 @@ public class PassiveInvoiceService {
ps.executeUpdate();
ps.close();*/
UtilityEntity.throwEntitiesException(entityList);
return stbFilesAttached;
}