fix(test): test case for project query

(cherry picked from commit 3349dde5e2)
This commit is contained in:
ruthra kumar
2024-01-16 14:28:09 +05:30
committed by Mergify
parent f2e577bec7
commit 98967ed584
2 changed files with 2 additions and 2 deletions

View File

@@ -345,7 +345,7 @@ def get_project_name(doctype, txt, searchfield, start, page_len, filters):
q = qb.from_(proj)
fields = get_fields("Project", ["name", "project_name"])
fields = get_fields(doctype, ["name", "project_name"])
for x in fields:
q = q.select(proj[x])