diff --git a/erpnext/patches/jan_mar_2012/rename_dt.py b/erpnext/patches/jan_mar_2012/rename_dt.py index 368cb4fb9b..b3bcc34c7e 100644 --- a/erpnext/patches/jan_mar_2012/rename_dt.py +++ b/erpnext/patches/jan_mar_2012/rename_dt.py @@ -17,10 +17,14 @@ def execute(): for d in del_dt: delete_doc('DocType', d) - + # Rename dt #------------- rendt = { + 'KRA Sheet' : 'Appraisal Template Goal' + } + + new = { 'Receivable Voucher' : 'Sales Invoice', 'RV Detail' : 'Sales Invoice Item', 'RV Tax Detail' : 'Sales Taxes and Charges',