update
This commit is contained in:
parent
6c703c2c3b
commit
6ff5a09ad4
24 changed files with 270688 additions and 237967 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue