[minor] removed whitespace
This commit is contained in:
parent
af00c9f70b
commit
7f9af46da5
@ -94,8 +94,8 @@ def get_students(doctype, txt, searchfield, start, page_len, filters):
|
|||||||
|
|
||||||
students = [d.student for d in enrolled_students] if enrolled_students else [""]
|
students = [d.student for d in enrolled_students] if enrolled_students else [""]
|
||||||
|
|
||||||
return frappe.db.sql("""select
|
return frappe.db.sql("""select
|
||||||
name, title from tabStudent
|
name, title from tabStudent
|
||||||
where
|
where
|
||||||
name not in (%s)
|
name not in (%s)
|
||||||
and
|
and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user