'Newscreenaddedandissuefixed'
This commit is contained in:
parent
2a1315d9b2
commit
d7b7ce2584
@ -125,7 +125,7 @@ class inwardgateregister extends BaseController
|
||||
$IGRNO=$key->IGRNO;
|
||||
}
|
||||
}
|
||||
echo $IGRNO;
|
||||
//echo $IGRNO;
|
||||
|
||||
$IGRItemStatus = REQITEM_NEW;
|
||||
|
||||
@ -141,7 +141,7 @@ class inwardgateregister extends BaseController
|
||||
|
||||
//echo 'OrderedQunatity'.$OrderedQuantity;
|
||||
|
||||
//echo 'QuantityAsPerInvoice'.$QuantityAsPerInvoice;
|
||||
echo 'Successfully Created IGR ';
|
||||
|
||||
if(strlen($QuantityAsPerInvoice)>0)
|
||||
{
|
||||
@ -178,7 +178,7 @@ class inwardgateregister extends BaseController
|
||||
$IGRNO= $this->input->post('id');
|
||||
//print_r($IGRNO);
|
||||
$data = $this->inwardgateregister_model->viewigr($IGRNO);
|
||||
//print_r( $data);
|
||||
// print_r( $data);
|
||||
|
||||
echo json_encode($data);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user