item_id", ['id' => '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']) ?>
'fill_quantity(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)) ]) ?>
'required control-label col-xs-3']) ?>
'newquantity', 'id' => 'newquantity', 'class' => 'form-control input-sm' ]) ?>
'control-label col-xs-3']) ?>
'trans_comment', 'id' => 'trans_comment', 'class' => 'form-control input-sm' ]) ?>