commit | 9e4a36089eef11902f1f3c8b5759ab42e50b8b00 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed May 25 18:10:42 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed May 25 18:10:42 2022 +0530 |
tree | 52c96cf7d0d6a36d146b3b2befad39b12800a42a | |
parent | a1f53f8d31aa22e56fded4b75c9d53839043c3d0 [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 5c70a40..c41d0d1 100644 --- a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +++ b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py
@@ -204,6 +204,7 @@ 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(