fix: use get_list instead of get_all
This commit is contained in:
parent
5ac0f30177
commit
71886cfc7f
@ -185,7 +185,7 @@ def get_list_data(
|
||||
if column.get("key") not in rows:
|
||||
rows.append(column.get("key"))
|
||||
|
||||
data = frappe.get_all(
|
||||
data = frappe.get_list(
|
||||
doctype,
|
||||
fields=rows,
|
||||
filters=filters,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user