'Newscreenaddedandissuefixed'

This commit is contained in:
gandhimathi Bharathirajan 2017-07-07 23:17:49 +05:30
parent 2a1315d9b2
commit d7b7ce2584

View File

@ -125,7 +125,7 @@ class inwardgateregister extends BaseController
$IGRNO=$key->IGRNO; $IGRNO=$key->IGRNO;
} }
} }
echo $IGRNO; //echo $IGRNO;
$IGRItemStatus = REQITEM_NEW; $IGRItemStatus = REQITEM_NEW;
@ -141,7 +141,7 @@ class inwardgateregister extends BaseController
//echo 'OrderedQunatity'.$OrderedQuantity; //echo 'OrderedQunatity'.$OrderedQuantity;
//echo 'QuantityAsPerInvoice'.$QuantityAsPerInvoice; echo 'Successfully Created IGR ';
if(strlen($QuantityAsPerInvoice)>0) if(strlen($QuantityAsPerInvoice)>0)
{ {
@ -178,7 +178,7 @@ class inwardgateregister extends BaseController
$IGRNO= $this->input->post('id'); $IGRNO= $this->input->post('id');
//print_r($IGRNO); //print_r($IGRNO);
$data = $this->inwardgateregister_model->viewigr($IGRNO); $data = $this->inwardgateregister_model->viewigr($IGRNO);
//print_r( $data); // print_r( $data);
echo json_encode($data); echo json_encode($data);