'item_form', 'class' => 'form-horizontal']) ?>
'control-label col-xs-3']) ?>
'item_number', 'id' => 'item_number', 'class' => 'form-control input-sm', 'disabled' => '', 'value' => $item_info->item_number ]) ?>
'control-label col-xs-3']) ?>
'name', 'id' => 'name', 'class' => 'form-control input-sm', 'disabled' => '', 'value' => $item_info->name ]) ?>
'control-label col-xs-3']) ?>
'category', 'id' => 'category', 'class' => 'form-control input-sm', 'disabled' => '', 'value' => $item_info->category ]) ?>
'control-label col-xs-3']) ?>
'display_stock(this.value);', 'class' => 'form-control']) ?>
'control-label col-xs-3']) ?>
'quantity', 'id' => 'quantity', 'class' => 'form-control input-sm', 'disabled' => '', 'value' => to_quantity_decimals(current($item_quantities)) ]) ?>
get_inventory_data_for_item($item_info->item_id)->getResultArray(); $employee_name = []; foreach ($inventory_array as $row) { $employee_data = $employee->get_info($row['trans_user']); $employee_name[] = $employee_data->first_name . ' ' . $employee_data->last_name; } ?>