taxtank-core 0.21.18 → 0.21.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9796,7 +9796,7 @@
9796
9796
  .getIncomeTransactions()
9797
9797
  .filterBy('chartAccounts.id', exports.ChartAccountsListEnum.OTHER_RENTAL_INCOME)
9798
9798
  .sumBy('claimAmount');
9799
- this.interestDeductionsAmount = Math.abs(transactions.getInterestTransactions().sumBy('amount'));
9799
+ this.interestDeductionsAmount = Math.abs(transactions.getInterestTransactions().sumBy('claimAmount'));
9800
9800
  this.capitalWorksDeductionsAmount = Math.abs(depreciations.getCapitalDepreciations().sumBy('claimAmount'));
9801
9801
  this.otherRentalDeductionsAmount = this.calculateOtherRentalDeductionsAmount();
9802
9802
  /**