Fix patch
This commit is contained in:
parent
967d04ed0d
commit
362e0a9f6e
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user