Costings->recursive = 0; $this->set('costings', $this->paginate()); } /** * Add a costing to a product. It's either being added to a product, quote_product etc. * * * @param int $id * @param string $target */ function add($id, $target) { if (!$id && empty($this->data)) { $this->Session->setFlash(__('Invalid Quote ID', true)); $this->redirect(array('action'=>'index')); } } } ?>