diff --git a/application/controllers/inwardgateregister.php b/application/controllers/inwardgateregister.php index 7ab7aef0..9246db5a 100644 --- a/application/controllers/inwardgateregister.php +++ b/application/controllers/inwardgateregister.php @@ -587,7 +587,7 @@ class inwardgateregister extends BaseController $Ogrline= array('OGRNO'=>$OGRNO,'MaterialCode'=>$material,'OutwardQty'=>$pooutward,'Destination'=>$destination,'Status'=>$Status,'SupplierID'=>$name,'Remark'=>$Remarks); - print_r($Ogrline); + //print_r($Ogrline); //die(); $addOgrline = $this->inwardgateregister_model->AddOgrLine($Ogrline);