From 0f8e491bdd3d68271b6e57f8fd7d5f9fd169e501 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 20 Apr 2012 13:42:43 +0530 Subject: [PATCH] removed Knowledge Base module, fixed questions page name --- erpnext/patches/jan_mar_2012/sync_ref_db.py | 3 ++- erpnext/utilities/page/questions/questions.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/patches/jan_mar_2012/sync_ref_db.py b/erpnext/patches/jan_mar_2012/sync_ref_db.py index efdacf2157..17bd82f7a3 100644 --- a/erpnext/patches/jan_mar_2012/sync_ref_db.py +++ b/erpnext/patches/jan_mar_2012/sync_ref_db.py @@ -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: diff --git a/erpnext/utilities/page/questions/questions.txt b/erpnext/utilities/page/questions/questions.txt index 8231625cb3..7b0f3cd62e 100644 --- a/erpnext/utilities/page/questions/questions.txt +++ b/erpnext/utilities/page/questions/questions.txt @@ -22,6 +22,6 @@ # Page, questions { 'doctype': 'Page', - 'name': 'Questions' + 'name': 'questions' } ]