Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
a1b1bbc1a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue