Fix patch

This commit is contained in:
Shreya 2018-05-17 15:43:03 +05:30
parent 967d04ed0d
commit 362e0a9f6e

View File

@ -67,6 +67,9 @@ def update_instructors(comp_dict):
THEN "%s"
'''%(employee.name, department, records[department]))
if not when_then:
return
frappe.db.sql("""
update
`tabInstructor`