This commit is contained in:
parent
b8ddb7e81d
commit
7d622ba401
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ public class InspectionObligationsPrecAction extends ReviseStage1Action {
|
||||||
Registry newPm_t = copyRgs(am_t, now, P___);
|
Registry newPm_t = copyRgs(am_t, now, P___);
|
||||||
newPm_t.setSessionId(sessionId);
|
newPm_t.setSessionId(sessionId);
|
||||||
newPm_t.setSessionType(sessionType.getKey());
|
newPm_t.setSessionType(sessionType.getKey());
|
||||||
newPm_t.setBalance(BigDecimal.ZERO);
|
newPm_t.setBalance(difference);
|
||||||
rgssToStore.put(newPm_t.getId(), newPm_t);
|
rgssToStore.put(newPm_t.getId(), newPm_t);
|
||||||
});
|
});
|
||||||
ctx.getExtendedState().getVariables().put(DataEnum.erroneousRegistries, errs);
|
ctx.getExtendedState().getVariables().put(DataEnum.erroneousRegistries, errs);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue