diff --git a/application/controllers/inwardgateregister.php b/application/controllers/inwardgateregister.php index d93b5cb9..37635529 100755 --- a/application/controllers/inwardgateregister.php +++ b/application/controllers/inwardgateregister.php @@ -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);