fix: linter issues

This commit is contained in:
Nabin Hait
2024-04-02 15:35:06 +05:30
committed by GitHub
parent 8b6220efd8
commit 21a40a2236

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