diff --git a/erpnext/patches/jan_mar_2012/sync_ref_db.py b/erpnext/patches/jan_mar_2012/sync_ref_db.py index efdacf21571..17bd82f7a3b 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 8231625cb3a..7b0f3cd62e7 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' } ]