commit | ac381d21fe94b99406b4d7d332a6356a41bd8e26 | [log] [tgz] |
---|---|---|
author | Saqib <nextchamp.saqib@gmail.com> | Mon Oct 18 10:43:15 2021 +0530 |
committer | GitHub <noreply@github.com> | Mon Oct 18 10:43:15 2021 +0530 |
tree | d3a6262c3a5d281f035c7b92d7c6d3f5a922186b | |
parent | 4ebae7c5dcd8fc44ce7010d94dc6e658323b2ce6 [diff] |
fix: sider
diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/sales_invoice.py index 0c3eff2..290c7fe 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.py
@@ -1997,8 +1997,7 @@ mp.name in (%s) group by mp.name - """, - (company, mode_of_payments), as_dict=1) + """, (company, mode_of_payments), as_dict=1) return {row.get('mop'): row for row in data}