fix KSRepDepoNettoReport
This commit is contained in:
parent
ba354d8fca
commit
8a62e9fcae
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ public class KSRepDepoNettoReportBuilder extends CSVReportBuilder<SessionIdParam
|
||||||
for (Registry tstRegistry : tstRegistries) {
|
for (Registry tstRegistry : tstRegistries) {
|
||||||
if (tstRegistry.getBalance() != null) tstBalance = tstBalance.add(tstRegistry.getBalance());
|
if (tstRegistry.getBalance() != null) tstBalance = tstBalance.add(tstRegistry.getBalance());
|
||||||
}
|
}
|
||||||
ksRepDepoNettoReport.setValue(ostBalance.subtract(tstBalance));
|
ksRepDepoNettoReport.setValue(tstBalance.subtract(ostBalance));
|
||||||
|
|
||||||
rows.add(ksRepDepoNettoReport);
|
rows.add(ksRepDepoNettoReport);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue