import pdf
This commit is contained in:
parent
d57c6261e5
commit
496602e8f4
@ -69,8 +69,12 @@
|
|||||||
$CostCenterCode=$PO->CostCenterCode;
|
$CostCenterCode=$PO->CostCenterCode;
|
||||||
//$ReqBy=$PO->Requestedby;
|
//$ReqBy=$PO->Requestedby;
|
||||||
$TotalOrderValue1=$PO->TotalOrderValue;
|
$TotalOrderValue1=$PO->TotalOrderValue;
|
||||||
|
$Paydescription='';
|
||||||
$PaymentTerms = $PO->Pay;
|
$PaymentTerms = $PO->Pay;
|
||||||
|
if($PO->Pay=='Others')
|
||||||
|
{
|
||||||
|
$Paydescription=$PO->PaymentOtherDescription;
|
||||||
|
}
|
||||||
//$PaymentDays=$PO->PaymentDays;
|
//$PaymentDays=$PO->PaymentDays;
|
||||||
//$PayableAT=$PO->PayableAT;
|
//$PayableAT=$PO->PayableAT;
|
||||||
$PlaceofOrigin=$PO->Import_PlaceofOrgin;
|
$PlaceofOrigin=$PO->Import_PlaceofOrgin;
|
||||||
@ -488,7 +492,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="width: 50%;" colspan="4" rowspan="3">
|
<td style="width: 50%;" colspan="4" rowspan="3">
|
||||||
<p><strong>Payment terms</strong>:</p>
|
<p><strong>Payment terms</strong>:</p>
|
||||||
<p><?php echo $PaymentTerms;?></p>
|
<p><?php echo $PaymentTerms?> <?php echo $Paydescription;?></p>
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: center;" colspan="2"><strong>Total Amount In</strong></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>
|
<td style="text-align: center;" colspan="2"><strong>Order Value</strong></td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user