[minor] removed whitespace

This commit is contained in:
Makarand Bauskar 2017-06-29 09:38:46 +05:30 committed by GitHub
parent af00c9f70b
commit 7f9af46da5

View File

@ -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 [""]
return frappe.db.sql("""select
name, title from tabStudent
return frappe.db.sql("""select
name, title from tabStudent
where
name not in (%s)
and