import pdf

This commit is contained in:
venbatechnologies@gmail.com 2017-09-21 16:06:27 +05:30
parent d57c6261e5
commit 496602e8f4

View File

@ -69,8 +69,12 @@
$CostCenterCode=$PO->CostCenterCode;
//$ReqBy=$PO->Requestedby;
$TotalOrderValue1=$PO->TotalOrderValue;
$Paydescription='';
$PaymentTerms = $PO->Pay;
if($PO->Pay=='Others')
{
$Paydescription=$PO->PaymentOtherDescription;
}
//$PaymentDays=$PO->PaymentDays;
//$PayableAT=$PO->PayableAT;
$PlaceofOrigin=$PO->Import_PlaceofOrgin;
@ -488,7 +492,7 @@
<tr>
<td style="width: 50%;" colspan="4" rowspan="3">
<p><strong>Payment terms</strong>:</p>
<p><?php echo $PaymentTerms;?></p>
<p><?php echo $PaymentTerms?> &nbsp;&nbsp; <?php echo $Paydescription;?></p>
</td>
<td style="text-align: center;" colspan="2"><strong>Total Amount In</strong></td>
<td style="text-align: center;" colspan="2"><strong>Order Value</strong></td>