mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 02:04:50 +00:00
rename dt error fixed
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user