fix saldo bei Gutschriften

This commit is contained in:
Ralph Soika 2024-07-04 11:36:03 +02:00
parent b7199e22da
commit 257649e528

View file

@ -139,7 +139,7 @@ public class CargosoftMigrationRestService implements Serializable {
logger.info("---Falsch: " + workitem.getUniqueID());
falsch++;
workitem.setItemValue("invoice.saldo", -total);
documentService.save(workitem);
// documentService.save(workitem);
}
}