commit | adad5fb11e38988b61db9d33d83cbf5eac97d884 | [log] [tgz] |
---|---|---|
author | Kanchan Chauhan <angel143.dr@gmail.com> | Wed May 18 16:33:29 2016 +0530 |
committer | Kanchan Chauhan <angel143.dr@gmail.com> | Wed May 18 16:33:29 2016 +0530 |
tree | 4b77968c9403ac4a9ba4783066a805976228258f | |
parent | a484ff751b696335094a5ad4f31b1a3f9655ae48 [diff] |
[Minor Fix] Job Opening should not require login
diff --git a/erpnext/hr/doctype/job_opening/job_opening.py b/erpnext/hr/doctype/job_opening/job_opening.py index 90993c7..acc40b7 100644 --- a/erpnext/hr/doctype/job_opening/job_opening.py +++ b/erpnext/hr/doctype/job_opening/job_opening.py
@@ -27,5 +27,3 @@ def get_list_context(context): context.title = _("Jobs") context.introduction = _('Current Job Openings') - context.show_sidebar=True - context.show_search=True