From 85c696ae28e6530113a75aaf3f5a738b0ca67c2d Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 31 Mar 2011 16:54:32 +1100 Subject: [PATCH] Added POs to job list --- controllers/jobs_controller.php | 4 ++-- views/jobs/index.ctp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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');
- \ No newline at end of file