mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 11:08:32 +00:00
(cherry picked from commit 6d05bb5274)
Co-authored-by: Saqib <nextchamp.saqib@gmail.com>
This commit is contained in:
@@ -2069,7 +2069,7 @@ def get_mode_of_payments_info(mode_of_payments, company):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user