mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
rename Production --> Manufacturing and delete old patches
This commit is contained in:
@@ -265,7 +265,7 @@ class DocType:
|
||||
# module settings
|
||||
# -------------------------------------------------------------------------------------------------------
|
||||
def get_module_order(self):
|
||||
show_list = ['Home','Setup','Accounts','Selling','Buying','Support','Stock','HR','Projects','Analysis','Production']
|
||||
show_list = ['Home','Setup','Accounts','Selling','Buying','Support','Stock','HR','Projects','Analysis','Manufacturing']
|
||||
ml = filter(lambda x: x[0] in show_list, \
|
||||
sql("select name, module_label, module_seq, is_hidden from `tabModule Def` where docstatus<2 order by module_seq asc, module_label asc"))
|
||||
return webnotes.conn.convert_to_lists(ml)
|
||||
|
||||
Reference in New Issue
Block a user