20
20
if (!empty($this->data)) {
21
21
$this->ItemType->create();
22
22
if ($this->ItemType->save($this->data)) {
23
$this->Session->setFlash(__('The item type has been saved', true),'default', array('class'=>'success-message'));
24
24
$this->redirect(array('action' => 'index'));
26
26
$this->Session->setFlash(__('The item type could not be saved. Please, try again.', true));