chore: Linting Issues
This commit is contained in:
parent
147fc8fde7
commit
a1f53f8d31
@ -221,7 +221,7 @@ def get_loan_entries(filters):
|
||||
.where(ifnull(loan_doc.clearance_date, "4000-01-01") > getdate(filters.get("report_date")))
|
||||
)
|
||||
|
||||
entries = query.run(as_dict=1, debug=1)
|
||||
entries = query.run(as_dict=1)
|
||||
loan_docs.extend(entries)
|
||||
|
||||
return loan_docs
|
||||
|
Loading…
Reference in New Issue
Block a user