From adad5fb11e38988b61db9d33d83cbf5eac97d884 Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Wed, 18 May 2016 16:33:29 +0530 Subject: [PATCH] [Minor Fix] Job Opening should not require login --- erpnext/hr/doctype/job_opening/job_opening.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/hr/doctype/job_opening/job_opening.py b/erpnext/hr/doctype/job_opening/job_opening.py index 90993c7776..acc40b7b49 100644 --- a/erpnext/hr/doctype/job_opening/job_opening.py +++ b/erpnext/hr/doctype/job_opening/job_opening.py @@ -27,5 +27,3 @@ class JobOpening(WebsiteGenerator): def get_list_context(context): context.title = _("Jobs") context.introduction = _('Current Job Openings') - context.show_sidebar=True - context.show_search=True