commit | a1f53f8d31aa22e56fded4b75c9d53839043c3d0 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed May 25 17:59:40 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed May 25 17:59:40 2022 +0530 |
tree | 5bdedc9b3710dd8c911d6074493b3d87842a7cd2 | |
parent | 147fc8fde704bc8c96dac2a24686cf7af5f7712b [diff] |
chore: Linting Issues
diff --git a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py index e5950b7..5c70a40 100644 --- a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +++ b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py
@@ -221,7 +221,7 @@ .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