fix: Loan Interest accruals for 0 rated loans

(cherry picked from commit eefc9b7172)
This commit is contained in:
Deepesh Garg
2022-08-30 19:16:36 +05:30
committed by Mergify
parent 0f1f67dcae
commit a3698524ca

View File

@@ -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