Modified patch
This commit is contained in:
parent
c57c5b0b44
commit
f8bfcdc495
@ -6,6 +6,8 @@
|
||||
"""
|
||||
def execute():
|
||||
from webnotes.model.doc import Document
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('hr', 'doctype', 'employeewise_balance_leave_report')
|
||||
d = Document('Search Criteria', 'employeewise_balance_leave_report')
|
||||
d.criteria_name = 'Employee Leave Balance Report'
|
||||
d.description = 'Employeewise Balance Leave Report'
|
||||
|
Loading…
Reference in New Issue
Block a user