Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
ialbert 2024-10-15 12:37:30 +03:00
commit a1b1bbc1a5

View file

@ -219,7 +219,7 @@ public class KSRepCashNettoReportBuilder extends CSVReportBuilder<SessionIdParam
withValue = true;
}
if (section == Section.MKR || sessionTypeForOblReqValue.contains(sessionType)) {
reqValue = reqValue.add(omtRegistry.getBalance());
oblValue = oblValue.add(omtRegistry.getBalance());
withOblReqValue = true;
}
if (section == Section.CURR || sessionType == SessionType.CURR) {
@ -237,7 +237,7 @@ public class KSRepCashNettoReportBuilder extends CSVReportBuilder<SessionIdParam
withValue = true;
}
if (section == Section.MKR || sessionTypeForOblReqValue.contains(sessionType)) {
oblValue = oblValue.add(tmtRegistry.getBalance());
reqValue = reqValue.add(tmtRegistry.getBalance());
withOblReqValue = true;
}
if (section == Section.CURR || sessionType == SessionType.CURR) {