fix: removing payment_field from loan repayment closuer (#24291)
This commit is contained in:
parent
33fac19bce
commit
4a649a4fce
@ -103,7 +103,7 @@ def get_data(filters):
|
||||
|
||||
loan_repayments = frappe.get_all("Loan Repayment",
|
||||
filters = query_filters,
|
||||
fields=["posting_date", "applicant", "name", "against_loan", "payment_type", "payable_amount",
|
||||
fields=["posting_date", "applicant", "name", "against_loan", "payable_amount",
|
||||
"pending_principal_amount", "interest_payable", "penalty_amount", "amount_paid"]
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user