fix saldo bei Gutschriften
This commit is contained in:
parent
b7199e22da
commit
257649e528
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ public class CargosoftMigrationRestService implements Serializable {
|
||||||
logger.info("---Falsch: " + workitem.getUniqueID());
|
logger.info("---Falsch: " + workitem.getUniqueID());
|
||||||
falsch++;
|
falsch++;
|
||||||
workitem.setItemValue("invoice.saldo", -total);
|
workitem.setItemValue("invoice.saldo", -total);
|
||||||
documentService.save(workitem);
|
// documentService.save(workitem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue