mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
renamed employee leave balance report
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user