Added POs to job list
This commit is contained in:
parent
5253da4afd
commit
85c696ae28
|
|
@ -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'));*/
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,5 +22,5 @@ echo $javascript->link('job_index');
|
|||
<div id="editDiv">
|
||||
</div>
|
||||
|
||||
<? debug($jobs);
|
||||
<? //debug($jobs);
|
||||
?>
|
||||
Loading…
Reference in a new issue