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")
|
posting_date = (loan_doc.posting_date).as_("posting_date")
|
||||||
account = loan_doc.payment_account
|
account = loan_doc.payment_account
|
||||||
salary_condition = loan_doc.repay_from_salary == 0
|
salary_condition = loan_doc.repay_from_salary == 0
|
||||||
|
|
||||||
query = (
|
query = (
|
||||||
frappe.qb.from_(loan_doc)
|
frappe.qb.from_(loan_doc)
|
||||||
.select(
|
.select(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user