Gas stock details change vadivel J 26-11-2024

This commit is contained in:
vadivelJ96 2024-11-26 13:55:13 +05:30
parent 1b6b2e0f21
commit 7d93dd731b
3 changed files with 795 additions and 779 deletions

View File

@ -1425,7 +1425,7 @@ class Amendmentpurchaseorder extends BaseController
}
if( $changeStatus == "ST026" || $changeStatus == "ST014"){
$PODetail = array('Status' => PO_AMENDED); //TO SET PARENT PO AS AMENDMENT STATUS
$APO = $this->purchaseorder_model->updateAmendPOMaster($PONO, $PODetail);
@ -1433,7 +1433,7 @@ class Amendmentpurchaseorder extends BaseController
$LineItemStatus = REQITEM_NEW;
$igrvalue = $this->purchaseorder_model->selectigrmaster($PONO);
$igrvalue = $this->purchaseorder_model->selectigrmaster($PONO);
$po = '';
$igrno = '';

File diff suppressed because it is too large Load Diff

View File

@ -2956,7 +2956,7 @@ if (!empty($RequistionDetails)) {
//$('#SpcialInstruction').val('');
//$('#txtDeliveryAddress').val('');
// window.location = status == 1 ? "amendmentpurchaseorder" : "purchaseorderListing";
window.location = status == 1 ? "amendmentpurchaseorder" : "purchaseorderListing";
} else {
alert("Error");
}