commit | 8c13fded17c6a52c09ac5a37bf636b91b2076e8d | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Oct 13 09:23:04 2020 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Oct 13 09:23:04 2020 +0530 |
tree | 56c0e5cf1675de7f4eee7005d6acb22d5263e90a | |
parent | a034311b1b397b26217c47b16e20ae8581ac1b0d [diff] |
fix: Add unaccrued interest in interest amount for loan closure
diff --git a/erpnext/loan_management/doctype/loan_repayment/loan_repayment.py b/erpnext/loan_management/doctype/loan_repayment/loan_repayment.py index c8344d4..940f82e 100644 --- a/erpnext/loan_management/doctype/loan_repayment/loan_repayment.py +++ b/erpnext/loan_management/doctype/loan_repayment/loan_repayment.py
@@ -389,6 +389,7 @@ if payment_type == 'Loan Closure': amounts['payable_amount'] += amounts['unaccrued_interest'] + amounts['interest_amount'] += amounts['unaccrued_interest'] return amounts