'form-label-left RequisitionList ', 'name' => 'RequisitionList', 'id' => 'RequisitionList', 'method' => 'post', 'role' => 'form'); echo form_open(base_url() . 'purchaseorderform/purchaseorder', $attributes); ?>

Requisition List

'Select Department Name'); //print_r( $options); if (!empty($POType)) { foreach ($SupplierName as $SID): $options[$SID->SupplierID] = $SID->SupplierID . ' ' . ' - ' . ' ' . $SID->SupplierName; endforeach; } echo form_dropdown('SupplierID', $options, set_value('SupplierID'), 'id="SupplierID"', 'class = "form-control required"', 'required="true"'); ?>
'Select Status'); //print_r( $options); if (!empty($POType)) { foreach ($SupplierName as $SID): $options[$SID->SupplierID] = $SID->SupplierID . ' ' . ' - ' . ' ' . $SID->SupplierName; endforeach; } echo form_dropdown('SupplierID', $options, set_value('SupplierID'), 'id="SupplierID"', 'class = "form-control required"', 'required="true"'); ?>

Select Requisition Number Requisition Date Status Commants
  REQ000001 2/3/2017 Need to get quick
  REQ000001 5/4/2017 Need to get quick
  REQ000001 9/4/2017 Need to get quick