Skip to content

Commit

Permalink
fix: sider
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Oct 18, 2021
1 parent 4ebae7c commit ac381d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions erpnext/accounts/doctype/sales_invoice/sales_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -1997,8 +1997,7 @@ def get_mode_of_payments_info(mode_of_payments, company):
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}

Expand Down

0 comments on commit ac381d2

Please sign in to comment.