chore: Linting Issues
This commit is contained in:
parent
a1f53f8d31
commit
9e4a36089e
@ -204,6 +204,7 @@ def get_loan_entries(filters):
|
||||
posting_date = (loan_doc.posting_date).as_("posting_date")
|
||||
account = loan_doc.payment_account
|
||||
salary_condition = loan_doc.repay_from_salary == 0
|
||||
|
||||
query = (
|
||||
frappe.qb.from_(loan_doc)
|
||||
.select(
|
||||
|
Loading…
Reference in New Issue
Block a user