mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
rename Purchase Request to Material Request
This commit is contained in:
6
patches/february_2013/p03_material_request.py
Normal file
6
patches/february_2013/p03_material_request.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.reload_doc("core", "doctype", "doctype")
|
||||
webnotes.rename_doc("DocType", "Purchase Request Item", "Material Request Item", force=True)
|
||||
webnotes.rename_doc("DocType", "Purchase Request", "Material Request", force=True)
|
||||
Reference in New Issue
Block a user