diff --git a/application/views/createPOfromRequistion.php b/application/views/createPOfromRequistion.php index b52059f0..71525e64 100644 --- a/application/views/createPOfromRequistion.php +++ b/application/views/createPOfromRequistion.php @@ -29,70 +29,12 @@

Siddharth Industries - Create Purchase Order from Requistion



-
-
-
- -
- 'Select Department Name'); - //print_r( $options); - - if(!empty($DeptList)) - { - foreach ($DeptList as $DID): - - - $options[$DID->DEPCode] = $DID->DEPCode.' '.' - '.' '.$DID->DepartmentName; - - endforeach; - } - - echo form_dropdown('drpDepartment', $options,set_value('drpDepartment'),'id="drpDepartment"' ,'class = "form-control required"','required="true"'); - - ?> - -
-
-
- -
- 'Select Requistion Status'); - //print_r( $options); - - if(!empty($stList)) - { - foreach ($stList as $SID): - $StList[$SID->StatusCode] = $SID->StatusCode.' '.' - '.' '.$SID->StatusName; - endforeach; - } - - echo form_dropdown('drpstatus', $StList,set_value('drpstatus'),'id="drpstatus"' ,'class = "form-control required"','required="true"'); - - ?> - -
-
- -
- -
- - -
-
- -
- -
- -
-
+
+
+
-
- Search - Clear + +