diff --git a/controllers/jobs_controller.php b/controllers/jobs_controller.php index 2f2dd5f2..9b60abe7 100755 --- a/controllers/jobs_controller.php +++ b/controllers/jobs_controller.php @@ -15,10 +15,10 @@ class JobsController extends AppController { ); function index() { - $this->Job->recursive = 1; + /*$this->Job->recursive = 1; $this->set('jobs', $this->paginate()); $this->set('customers', $this->Job->Enquiry->Customer->find('list')); - $this->set('currencies', $this->Job->Currency->find('list')); + $this->set('currencies', $this->Job->Currency->find('list'));*/ } diff --git a/views/jobs/index.ctp b/views/jobs/index.ctp index 16aec24d..6a38ebfc 100644 --- a/views/jobs/index.ctp +++ b/views/jobs/index.ctp @@ -22,5 +22,5 @@ echo $javascript->link('job_index');