chore: Linting Issues

(cherry picked from commit 9e4a36089e)
This commit is contained in:
Deepesh Garg
2022-05-25 18:10:42 +05:30
committed by Mergify
parent 74ddf261e9
commit cd00cb2fb7

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(