mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
committed by
mergify-bot
parent
e618571fb3
commit
6dbb3cdf75
@@ -126,7 +126,7 @@ class LoanRepayment(AccountsController):
|
|||||||
|
|
||||||
def update_paid_amount(self):
|
def update_paid_amount(self):
|
||||||
loan = frappe.get_value("Loan", self.against_loan, ['total_amount_paid', 'total_principal_paid',
|
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)
|
'written_off_amount'], as_dict=1)
|
||||||
|
|
||||||
loan.update({
|
loan.update({
|
||||||
|
|||||||
Reference in New Issue
Block a user