Skip to content

Instantly share code, notes, and snippets.

@nilsmunch
Last active August 27, 2015 12:14
Show Gist options
  • Save nilsmunch/c566f932136687b761e7 to your computer and use it in GitHub Desktop.
Save nilsmunch/c566f932136687b761e7 to your computer and use it in GitHub Desktop.
$seal_id = $this->SealItem->sealItemId($code['Seal']['id']);
$seals = $this->SealItem->find('all', array('conditions' => array('SealItem.seal_label_id' => $code['Seal']['id'])));
foreach ($seals as $seal) {
$item_id = $seal['SealItem']['item_id'];
}
$this->Session->write('DS3.item_status_id',$item_id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment