rename dt error fixed
This commit is contained in:
parent
1732905db8
commit
4af2c094cc
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user