This commit is contained in:
venbatechnologies@gmail.com 2018-04-25 17:06:31 +05:30
parent 6d38bb5117
commit 20501f6bed

View File

@ -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);