chore: Linting Issues

This commit is contained in:
Deepesh Garg 2022-05-25 18:10:42 +05:30
parent a1f53f8d31
commit 9e4a36089e

View File

@ -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(