mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
Fix patch
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user