diff --git a/app/Views/EditservicePurchaseorder.php b/app/Views/EditservicePurchaseorder.php index 78b41d30..b3eaf166 100755 --- a/app/Views/EditservicePurchaseorder.php +++ b/app/Views/EditservicePurchaseorder.php @@ -774,11 +774,11 @@ if (!empty($getlogpodtl)) {
-
+
'form-label-left ServicePO ', 'name' => 'ServicePO', 'id' => 'ServicePO', 'enctype' => 'multipart/form-data'); + $attributes = array('class' => 'form-label-left ServicePO ', 'name' => 'ServicePO', 'id' => 'ServicePO', 'enctype' => 'multipart/form-data'); echo form_open(base_url() . '/purchaseorder/addPO/', $attributes); ?> -
+
@@ -1090,6 +1090,7 @@ if (!empty($getlogpodtl)) {
+
@@ -1230,6 +1231,9 @@ if (!empty($getlogpodtl)) {
+ +
+
@@ -1275,9 +1279,13 @@ if (!empty($getlogpodtl)) { ?>
+ +
+ +
-
+
+
+ +
-
+
'ScopeofWork', 'value' => set_value('ScopeofWork', strip_tags($ServiceDescription)), 'id' => 'ScopeofWork', 'class' => 'form-control', 'rows' => '10', 'cols' => '40'); @@ -1297,6 +1308,10 @@ if (!empty($getlogpodtl)) { ?>
+ +
+ +
@@ -1432,15 +1447,22 @@ if (!empty($getlogpodtl)) {
-
+
+ +
+ +
+ + + + + +
+

+
+
+ +
+ + + 'AWAITING APPROVE', + 'AWAITING RELEASE' => 'AWAITING APPROVE', + 'RELEASER ONHOLD' => 'APPROVER ONHOLD', + 'PO RELEASED' => 'PO APPROVED', + ]; - if (isset($StatusName) && !empty($StatusName)) { - if (isset($statusMappings[$StatusName])) { - echo $statusMappings[$StatusName]; + if (isset($StatusName) && !empty($StatusName)) { + if (isset($statusMappings[$StatusName])) { + echo $statusMappings[$StatusName]; + } else { + echo $StatusName; + } } else { - echo $StatusName; + echo "Status not provided"; } - } else { - echo "Status not provided"; - } - ?> -
-
+ ?> + + + +
+
+ +
+
@@ -1509,7 +1539,7 @@ if (!empty($getlogpodtl)) {