Gas stock details change vadivel J 26-11-2024
This commit is contained in:
parent
1b6b2e0f21
commit
7d93dd731b
@ -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
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user