ViewIGRFiles Fixes :ps
This commit is contained in:
parent
6bf5d37eef
commit
e49fa4a869
@ -513,11 +513,10 @@ class report extends BaseController
|
||||
|
||||
$PO= $this->input->post('id');
|
||||
|
||||
$PONO= substr($PO,10);
|
||||
|
||||
//echo $PONO; die;
|
||||
|
||||
$data = $this->dahsboard_Model->getfile($PONO);
|
||||
//$PONO= substr($PO,10);
|
||||
$split_id = explode('-', $PO,2);
|
||||
$PONO=$split_id[1];
|
||||
$data = $this->dahsboard_Model->getfile($PONO);
|
||||
|
||||
// print_r( $data);die;
|
||||
|
||||
@ -536,8 +535,10 @@ class report extends BaseController
|
||||
//echo $PONO; die;
|
||||
|
||||
$igrfile= $this->dahsboard_Model->getfiles($igr,$PONO);
|
||||
print_r($igrfile);
|
||||
// $igrfile = $this->inwardgateregister_model->viewIGRFile($IGRNO);
|
||||
$billfile = $this->dahsboard_Model->viewIGRFile1($igr,$PONO);
|
||||
print_r($billfile);
|
||||
|
||||
$data = array_merge($igrfile,$billfile);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user