service po status iupdation

This commit is contained in:
venbatechnologies@gmail.com 2017-08-18 16:30:27 +05:30
parent 2f11987011
commit d4df1902cc

View File

@ -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++)
{