diff --git a/application/views/revenuepopdf.php b/application/views/revenuepopdf.php index 1538fef0..ba13fc86 100755 --- a/application/views/revenuepopdf.php +++ b/application/views/revenuepopdf.php @@ -19,6 +19,11 @@ $amt=''; $totaltaxonly=0; $advance=0; + $supOfferNo=''; + $supRef = ''; + $finCap=''; + $modeofshipment=''; + $insuranceno=''; if(!empty($CompanyDetails)) { foreach ($CompanyDetails as $CO) @@ -54,7 +59,12 @@ $ServiceDescription =$PO->ServiceDescription; + $supOfferNo = $PO->Supplier_Offer_No; + $supRef = $PO->Supplier_Reference; + $finCap = $PO->Fincap; + $modeofshipment = $PO->Mode_Of_Shipment; $PaymentTerms = $PO->PaymentTerms; + $insuranceno = $PO->InsuranceNumber; if($PaymentTerms=='Others'){ $PaymentOtherDescription=$PO->PaymentOtherDescription; } @@ -98,130 +108,140 @@ ?> - - -
-
- DRAFT
'; - - } + +