Echo remove : ps

This commit is contained in:
VE10-Sanjeev 2023-05-31 16:27:21 +05:30
parent 8355d3e62f
commit 0a344e0e8b

View File

@ -666,8 +666,8 @@ $prefile =array();
$RegNo = $Req[0]['ReqNo'];
log_message('error'," Revenue E-PO Req Raised Number".$RegNo);
}
echo "i HAVE".$RegNo;
die();
// echo "i HAVE".$RegNo;
// die();
// PO Master
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'PORange'=>$Local_Interstate,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'CreatedDate'=>$createddt,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'CapitalRange'=>$Local_Interstate,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Modeofshipment,'Supplier_Offer_No'=>$supplieroffno,'Supplier_Reference'=>$supplierreference,'Other_Reference'=>$otherreference,'InsuranceNumber'=>$insuranceno,'InsuranceStatus'=>$insurancestatus,'Fincap'=>$fincap,'POSubType'=>$revenuetype,'IsQualityChkReqired'=>$Qualitycheck,'BudgetType'=>$BudgetType);
@ -1031,7 +1031,7 @@ $prefile =array();
if($fcount == 0)
{
$Picture = $this->addfile($pathname);
//echo $Picture;
echo $Picture;
$arr[] = array($Picture);
}