From ea1aa1923c149f7d8174293b06d3bb677ca082d3 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Tue, 15 Apr 2025 07:26:23 +0000 Subject: [PATCH] Raised trackers issues2 --- app/Controllers/Requisitionform.php | 2 +- app/Views/EditservicePurchaseorder.php | 2 +- app/Views/editCapitalPo.php | 2 +- app/Views/editRevenuepurchaseorder.php | 3 ++- app/Views/editimportpo.php | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/Controllers/Requisitionform.php b/app/Controllers/Requisitionform.php index 39f1d4e3..5b6002df 100755 --- a/app/Controllers/Requisitionform.php +++ b/app/Controllers/Requisitionform.php @@ -444,7 +444,7 @@ class Requisitionform extends BaseController } } - $display_message = "Successfully Updated the Requistion details as Created!\nRequistion Number Is: ". $ReqNumber; + $display_message = "Successfully Updated the Requistion details!\nRequistion Number Is: ". $ReqNumber; return $this->response->setJSON([$display_message]); } diff --git a/app/Views/EditservicePurchaseorder.php b/app/Views/EditservicePurchaseorder.php index 2ee52d2a..df60b841 100755 --- a/app/Views/EditservicePurchaseorder.php +++ b/app/Views/EditservicePurchaseorder.php @@ -2678,7 +2678,7 @@ if (!empty($getlogpodtl)) { ${materialCode} ${shorten} ${HSN}`; - if (PONOStatus === "PO_DRAFT" || PONOStatus === "PO_CREATED") { + if (PONOStatus === "" || PONOStatus === "") { rowHtml += `- diff --git a/app/Views/editCapitalPo.php b/app/Views/editCapitalPo.php index f8ad6ac1..0c722ded 100755 --- a/app/Views/editCapitalPo.php +++ b/app/Views/editCapitalPo.php @@ -4954,7 +4954,7 @@ $(document).ready(function () { ${materialCode} ${shorten} ${HSN}`; - if (PONOStatus === "PO_DRAFT" || PONOStatus === "PO_CREATED") { + if (PONOStatus === "" || PONOStatus === "") { rowHtml += `- diff --git a/app/Views/editRevenuepurchaseorder.php b/app/Views/editRevenuepurchaseorder.php index 8fd22b66..8888791f 100755 --- a/app/Views/editRevenuepurchaseorder.php +++ b/app/Views/editRevenuepurchaseorder.php @@ -4556,7 +4556,8 @@ if (!empty($getlogpodtl)) { ${materialCode} ${shorten} ${HSN}`; - if (PONOStatus === "PO_DRAFT" || PONOStatus === "PO_CREATED") { + + if (PONOStatus === "" || PONOStatus === "") { rowHtml += `- diff --git a/app/Views/editimportpo.php b/app/Views/editimportpo.php index d59ba618..4f881dbe 100755 --- a/app/Views/editimportpo.php +++ b/app/Views/editimportpo.php @@ -4336,7 +4336,7 @@ if (!empty($getlogpodtl)) { ${materialCode} ${shorten} ${HSN}`; - if (PONOStatus === "PO_DRAFT" || PONOStatus === "PO_CREATED") { + if (PONOStatus === "" || PONOStatus === "") { rowHtml += `-