0001541 solved

This commit is contained in:
VE10-Sanjeev 2025-04-24 05:26:25 +00:00
parent 7257812673
commit c5daf0b6d8

View File

@ -2662,7 +2662,7 @@ class Purchaseorder extends BaseController
$store = array('Status' => $StatusCode, 'ReleasedOn' => $ReleasedDate, 'ReleasedBy' => $ReleasedBy, 'Remarks' => $Remarks);
$this->purchaseorder_model->UpdatePO($store, $PONO);
// echo "Successfully Released the Purchase Order No: " . $PONO;
echo "Successfully Approved the Purchase Order No: " . $PONO;
echo "The Purchase Order No: " . $PONO . "is Approved";
} else {
$store = array('Status' => $StatusCode, 'OnHoldOn' => $ReleasedDate, 'OnHoldBy' => $ReleasedBy, 'Remarks' => $Remarks);
$this->purchaseorder_model->UpdatePO($store, $PONO);