9
It was a fresh install, and I was able to recreate it
![](https://xoops.org/uploads/smil3dbd4d6422f04.gif)
What I did was adding a job without having a defined company
![](https://xoops.org/uploads/smil42e7a3ff4ceee.gif)
When you click on "Add a job listing" button, you'll go to:
/modules/jobs/admin/submitlisting.php
It asks you to select a Company, even if there is no company in the DB, and while it indicates that it is a required field, if I click on continue, it lets me to continue.
My suggestion: when you click on "Add a job listing" button, but there is no company defined, then the module should redirect to:
/modules/jobs/admin/addcomp.php
with an error message saying something like: "Please add first a company before adding a job"