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 += `-
|