fix: removing payment_field from loan repayment closuer (#24291)

This commit is contained in:
Anupam Kumar 2021-01-13 21:10:49 +05:30 committed by GitHub
parent 33fac19bce
commit 4a649a4fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
)