mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
rename dt error fixed
This commit is contained in:
@@ -21,6 +21,10 @@ def execute():
|
|||||||
# Rename dt
|
# Rename dt
|
||||||
#-------------
|
#-------------
|
||||||
rendt = {
|
rendt = {
|
||||||
|
'KRA Sheet' : 'Appraisal Template Goal'
|
||||||
|
}
|
||||||
|
|
||||||
|
new = {
|
||||||
'Receivable Voucher' : 'Sales Invoice',
|
'Receivable Voucher' : 'Sales Invoice',
|
||||||
'RV Detail' : 'Sales Invoice Item',
|
'RV Detail' : 'Sales Invoice Item',
|
||||||
'RV Tax Detail' : 'Sales Taxes and Charges',
|
'RV Tax Detail' : 'Sales Taxes and Charges',
|
||||||
|
|||||||
Reference in New Issue
Block a user