removed Knowledge Base module, fixed questions page name

This commit is contained in:
Anand Doshi 2012-04-20 13:42:43 +05:30
parent 9e0221c58e
commit 0f8e491bdd
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -22,6 +22,6 @@
# Page, questions
{
'doctype': 'Page',
'name': 'Questions'
'name': 'questions'
}
]