service po status iupdation
This commit is contained in:
parent
2f11987011
commit
d4df1902cc
@ -55,7 +55,11 @@ class servicepurchaseorder extends BaseController
|
||||
function getPODetails()
|
||||
{
|
||||
$PONO = $this->input->post('id');
|
||||
$result = $this->purchaseorder_model->GetPODetailforBillingServicePO($PONO);
|
||||
$PO=$PONO;
|
||||
//echo $PO;
|
||||
$PO1=explode(".", $PO);
|
||||
$P=current($PO1);
|
||||
$result = $this->purchaseorder_model->GetPODetailforBillingServicePO($P);
|
||||
$HTML="";
|
||||
for ($i = 0; $i < count($result); $i++)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user