mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +00:00
removed Knowledge Base module, fixed questions page name
This commit is contained in:
@@ -21,7 +21,8 @@ def execute():
|
||||
'Personalize', 'Salary Slip Control Panel',
|
||||
],
|
||||
'Page' : ['File Browser', 'Bill of Materials'],
|
||||
'DocType Mapper': ['Production Forecast-Production Planning Tool', 'Production Forecast-Production Plan', 'Sales Order-Production Plan']
|
||||
'DocType Mapper': ['Production Forecast-Production Planning Tool', 'Production Forecast-Production Plan', 'Sales Order-Production Plan'],
|
||||
'Module Def': ['Knowledge Base']
|
||||
}
|
||||
|
||||
for d in del_rec:
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
# Page, questions
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': 'Questions'
|
||||
'name': 'questions'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user