diff --git a/app/Models/Purchaseorder_model.php b/app/Models/Purchaseorder_model.php index 049f8966..8ce9adcd 100755 --- a/app/Models/Purchaseorder_model.php +++ b/app/Models/Purchaseorder_model.php @@ -464,7 +464,7 @@ mstr.CourierNo,pom.Status,pom.POType') //,bill.BillNo,bill.FilePath, if ($forwhat == 'amendment') { $builder->where('POMast.Status', PO_RELEASED); } else { - $builder->where('POMast.Status !=', PO_AMENDED); + // $builder->where('POMast.Status !=', PO_AMENDED); // $builder->orderBy('POMast.Status !=',PO_AMENDED); } diff --git a/app/Views/EditservicePurchaseorder.php b/app/Views/EditservicePurchaseorder.php index 3f054702..a7071e59 100755 --- a/app/Views/EditservicePurchaseorder.php +++ b/app/Views/EditservicePurchaseorder.php @@ -904,11 +904,14 @@ if (!empty($getlogpodtl)) {
- -

- -

- + +

Back
@@ -2515,6 +2518,19 @@ if (!empty($getlogpodtl)) { --> + + + // Hide the edit container and show the tag + $editContainer.hide(); + $link.show(); + }); + }); + ; var DelDt = ''; - $(document).ready(function () { + $(document).ready(function() { $("#PaymentTerms").select2(); if (insuranceOpt == "1") { @@ -399,7 +402,7 @@ if (!empty($getlogpodtl)) { var capitalType = ''; - window.onload = function () { + window.onload = function() { $('#PoTypeOptions').attr("style", "pointer-events: none;"); var CapRan = ''; if (CapRan == '1') { @@ -445,7 +448,7 @@ if (!empty($getlogpodtl)) { --> + + \ No newline at end of file diff --git a/app/Views/editRevenuepurchaseorder.php b/app/Views/editRevenuepurchaseorder.php index 1da2a491..9ff9c976 100755 --- a/app/Views/editRevenuepurchaseorder.php +++ b/app/Views/editRevenuepurchaseorder.php @@ -2036,11 +2036,14 @@ if (!empty($getlogpodtl)) {
@@ -4381,6 +4384,18 @@ if (!empty($getlogpodtl)) {
+ - + +