fix: linter issues

(cherry picked from commit 21a40a2236)
This commit is contained in:
Nabin Hait
2024-04-02 15:35:06 +05:30
committed by Mergify
parent cfe5f009f6
commit 515f933362

View File

@@ -59,6 +59,7 @@ def get_pos_entries(filters, group_by_field):
order_by += ", p.{}".format(group_by_field)
select_mop_field = ", p.base_paid_amount - p.change_amount as paid_amount "
# nosemgrep
return frappe.db.sql(
"""
SELECT