import pdf
This commit is contained in:
parent
d57c6261e5
commit
496602e8f4
@ -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?> <?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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user