mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
rename Purchase Request to Material Request
This commit is contained in:
@@ -4,7 +4,7 @@ def execute():
|
||||
dt_list = webnotes.conn.sql("select parent, fieldname from `tabDocField` where fieldname in ('against_doctype', 'prevdoc_doctype')")
|
||||
|
||||
ren_dt = {
|
||||
'Indent' : 'Purchase Request',
|
||||
'Indent' : 'Material Request',
|
||||
'Enquiry' : 'Opportunity',
|
||||
'Receivable Voucher' : 'Sales Invoice',
|
||||
'Payable Voucher' : 'Purchase Invoice'
|
||||
|
||||
@@ -8,8 +8,8 @@ def execute():
|
||||
'Payable Voucher' : 'Purchase Invoice',
|
||||
'PV Detail' : 'Purchase Invoice Item',
|
||||
'Purchase Tax Detail' : 'Purchase Taxes and Charges',
|
||||
'Indent' : 'Purchase Request',
|
||||
'Indent Detail' : 'Purchase Request Item',
|
||||
'Indent' : 'Material Request',
|
||||
'Indent Detail' : 'Material Request Item',
|
||||
'QA Inspection Report' : 'Quality Inspection',
|
||||
'Ticket' : 'Task',
|
||||
'Manage Account' : 'Global Defaults',
|
||||
|
||||
Reference in New Issue
Block a user