fix KSRepCashNettoReport
This commit is contained in:
parent
99f96e6df0
commit
4e66ed3889
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