rename Production --> Manufacturing and delete old patches

This commit is contained in:
Anand Doshi
2012-12-10 19:01:10 +05:30
parent 29c187118f
commit 89e2dd8dbb
124 changed files with 67 additions and 4210 deletions

View File

@@ -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)