Skip to content
Snippets Groups Projects
Commit f58feabc authored by Demian Katz's avatar Demian Katz
Browse files

Added missing value.

parent dd4bb848
No related merge requests found
...@@ -387,6 +387,8 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface ...@@ -387,6 +387,8 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface
$location = $library . ' - ' . ($available && !empty($curr_loc) $location = $library . ' - ' . ($available && !empty($curr_loc)
? $curr_loc : $home_loc); ? $curr_loc : $home_loc);
$material = $this->translatePolicyID('ITYP', $result['item type']);
$items[$result['id']][] = array( $items[$result['id']][] = array(
'id' => $result['id'], 'id' => $result['id'],
'availability' => $available, 'availability' => $available,
...@@ -400,6 +402,7 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface ...@@ -400,6 +402,7 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface
'barcode' => $result['barcode number'], 'barcode' => $result['barcode number'],
'item_id' => $result['barcode number'], 'item_id' => $result['barcode number'],
'library' => $library, 'library' => $library,
'material' => $material
); );
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment