45
36
if (!empty($this->data)) {
46
37
if ($this->Bid->save($this->data)) {
38
$this->Session->setFlash(__('The bid has been saved', true),'default', array('class'=>'success-message'));
48
39
$this->redirect(array('controller'=>'bidders','action' => 'view',$this->data['Bid']['bidder_id']));
50
41
$this->Session->setFlash(__('The bid could not be saved. Please, try again.', true));