reload_employeewise_balance_leave_report

This commit is contained in:
Nabin Hait 2011-12-16 16:28:26 +05:30
parent 3bfeefafcd
commit e3daffe477

View File

@ -0,0 +1,4 @@
def execute(self):
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('hr', 'search_criteria', 'employeewise_balance_leave_report')