fix(test): test case for project query

This commit is contained in:
ruthra kumar
2024-01-16 14:28:09 +05:30
parent 4eefb445a7
commit 3349dde5e2
2 changed files with 2 additions and 2 deletions

View File

@@ -355,7 +355,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])