added observer for employee doctype to update salary structure

This commit is contained in:
Anand Doshi
2013-02-18 19:42:02 +05:30
parent d19e2f56cc
commit ac1985ff68
3 changed files with 28 additions and 0 deletions

View File

@@ -17,5 +17,6 @@
observer_map = {
"*:on_update": "home.update_feed",
"*:on_submit": "home.update_feed",
"Employee:on_update": "hr.helpers.employee.update_employee_details"
# "*:on_update": "webnotes.widgets.moduleview.update_count"
}