fix: missing key in loan
This commit is contained in:
parent
69c65afd72
commit
d0043bdbac
@ -125,7 +125,7 @@ class LoanRepayment(AccountsController):
|
||||
|
||||
def update_paid_amount(self):
|
||||
loan = frappe.get_value("Loan", self.against_loan, ['total_amount_paid', 'total_principal_paid',
|
||||
'status', 'is_secured_loan', 'total_payment', 'loan_amount', 'total_interest_payable',
|
||||
'status', 'is_secured_loan', 'total_payment', 'loan_amount', 'disbursed_amount', 'total_interest_payable',
|
||||
'written_off_amount'], as_dict=1)
|
||||
|
||||
loan.update({
|
||||
|
Loading…
x
Reference in New Issue
Block a user