Skip to content

Commit

Permalink
fix: Loan Interest accruals for 0 rated loans
Browse files Browse the repository at this point in the history
(cherry picked from commit eefc9b7)
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed Aug 30, 2022
1 parent 0f1f67d commit a369852
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def get_term_loans(date, term_loan=None, loan_type=None):
AND l.is_term_loan =1
AND rs.payment_date <= %s
AND rs.is_accrued=0 {0}
AND rs.interest_amount > 0
AND l.status = 'Disbursed'
ORDER BY rs.payment_date""".format(
condition
Expand Down

0 comments on commit a369852

Please sign in to comment.