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;
|
withValue = true;
|
||||||
}
|
}
|
||||||
if (section == Section.MKR || sessionTypeForOblReqValue.contains(sessionType)) {
|
if (section == Section.MKR || sessionTypeForOblReqValue.contains(sessionType)) {
|
||||||
reqValue = reqValue.add(omtRegistry.getBalance());
|
oblValue = oblValue.add(omtRegistry.getBalance());
|
||||||
withOblReqValue = true;
|
withOblReqValue = true;
|
||||||
}
|
}
|
||||||
if (section == Section.CURR || sessionType == SessionType.CURR) {
|
if (section == Section.CURR || sessionType == SessionType.CURR) {
|
||||||
|
|
@ -237,7 +237,7 @@ public class KSRepCashNettoReportBuilder extends CSVReportBuilder<SessionIdParam
|
||||||
withValue = true;
|
withValue = true;
|
||||||
}
|
}
|
||||||
if (section == Section.MKR || sessionTypeForOblReqValue.contains(sessionType)) {
|
if (section == Section.MKR || sessionTypeForOblReqValue.contains(sessionType)) {
|
||||||
oblValue = oblValue.add(tmtRegistry.getBalance());
|
reqValue = reqValue.add(tmtRegistry.getBalance());
|
||||||
withOblReqValue = true;
|
withOblReqValue = true;
|
||||||
}
|
}
|
||||||
if (section == Section.CURR || sessionType == SessionType.CURR) {
|
if (section == Section.CURR || sessionType == SessionType.CURR) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue