fix: sider

(cherry picked from commit ac381d21fe)
This commit is contained in:
Saqib
2021-10-18 10:43:15 +05:30
committed by mergify-bot
parent a2a462f2f5
commit 5d4d6bb52b

View File

@@ -2072,8 +2072,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}