This commit is contained in:
Casey 2026-02-20 10:56:40 -06:00
parent 6c703c2c3b
commit 6ff5a09ad4
24 changed files with 270688 additions and 237967 deletions

View file

@ -317,7 +317,7 @@ def get_clients_table_data_v2(filters={}, sortings=[], page=1, page_size=10):
where_sql = "WHERE " + " AND ".join(where_clauses)
offset = (page - 1) * page_size
print("DEBUG: Constructed SQL where clause:", where_sql)
address_names = frappe.db.sql(f"""
SELECT DISTINCT a.name
FROM `tabAddress` a