rename dt error fixed
diff --git a/erpnext/patches/jan_mar_2012/rename_dt.py b/erpnext/patches/jan_mar_2012/rename_dt.py
index 368cb4f..b3bcc34 100644
--- a/erpnext/patches/jan_mar_2012/rename_dt.py
+++ b/erpnext/patches/jan_mar_2012/rename_dt.py
@@ -17,10 +17,14 @@
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',