renamed employee leave balance report

This commit is contained in:
Rushabh Mehta
2012-11-12 12:07:28 +05:30
parent 5226ea4c08
commit fced017aad
7 changed files with 6 additions and 173 deletions

View File

@@ -20,6 +20,8 @@ from __future__ import unicode_literals
of search criteria "employeewise_balance_leave_report"
from "Employeewise Balance Leave Report"
to "Employee Leave Balance Report"
This patch never worked!!!
"""
def execute():
from webnotes.model.doc import Document

View File

@@ -655,4 +655,8 @@ patch_list = [
'patch_module': 'patches.november_2012',
'patch_file': 'delete_item_sales_register1',
},
{
'patch_module': 'patches.november_2012',
'patch_file': 'rename_employee_leave_balance_report',
},
]