commit | 6d05bb527432c7fb70794634c7c51692b25bdbfe | [log] [tgz] |
---|---|---|
author | Saqib <nextchamp.saqib@gmail.com> | Wed Nov 10 13:06:55 2021 +0530 |
committer | GitHub <noreply@github.com> | Wed Nov 10 13:06:55 2021 +0530 |
tree | ee8d0d901ba472d51ac283fc15aa45291802f8ef | |
parent | 12e81df2b79a0c7fb7cedb3e467837b60540be04 [diff] |
fix(pos): get mode of payments query (#28321)
diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/sales_invoice.py index cd270f5..59d46fc 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.py
@@ -2029,7 +2029,7 @@ mpa.parent = mp.name and mpa.company = %s and mp.enabled = 1 and - mp.name in (%s) + mp.name in %s group by mp.name """, (company, mode_of_payments), as_dict=1)