Trying to get this damned Jobs index grid to work

This commit is contained in:
Karl Cordes 2011-04-01 14:29:57 +11:00
parent 85c696ae28
commit ffa2710baa
2 changed files with 2 additions and 2 deletions

View file

@ -75,6 +75,8 @@ class JobsController extends AppController {
$job = $this->params['form'];
print_r($job);
if ($this->Job->save($job)) {
echo "SUCCESS";

View file

@ -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'],