Trying to get this damned Jobs index grid to work
This commit is contained in:
parent
85c696ae28
commit
ffa2710baa
|
|
@ -75,6 +75,8 @@ class JobsController extends AppController {
|
|||
|
||||
$job = $this->params['form'];
|
||||
|
||||
print_r($job);
|
||||
|
||||
|
||||
if ($this->Job->save($job)) {
|
||||
echo "SUCCESS";
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@ foreach($jobs as $job) {
|
|||
|
||||
$cellArray = array(
|
||||
|
||||
// $job['Job']['id'],
|
||||
|
||||
$job['Job']['job_status'],
|
||||
$job['Job']['sale_category'],
|
||||
$job['Job']['shipment_category'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue