Issue Fixed
This commit is contained in:
parent
8248451db0
commit
b2c6d399b6
@ -27,7 +27,7 @@
|
|||||||
$PaymentOtherDescription='';
|
$PaymentOtherDescription='';
|
||||||
$NoOfServices=0;
|
$NoOfServices=0;
|
||||||
$advance=0;
|
$advance=0;
|
||||||
$finCap='';
|
$finCap='-';
|
||||||
$modShp='';
|
$modShp='';
|
||||||
$insNo='';
|
$insNo='';
|
||||||
$insNo='';
|
$insNo='';
|
||||||
@ -117,7 +117,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$advance=$PO->AdvanceAmount;
|
$advance=$PO->AdvanceAmount;
|
||||||
$finCap=$PO->Fincap;
|
$finCap=($PO->Fincap== '') ? '-':$PO->Fincap;
|
||||||
$modShp=$PO->Mode_Of_Shipment;
|
$modShp=$PO->Mode_Of_Shipment;
|
||||||
if($PO->InsuranceNumber==''){
|
if($PO->InsuranceNumber==''){
|
||||||
$insNo='No';
|
$insNo='No';
|
||||||
@ -209,7 +209,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td rowspan="3" colspan="3" style="width: 20%;"><u><strong style="font-size:16px; margin-top: -38px;padding-left: 2px;">Shipped To</strong></u><br><span style="padding-left: 2px;"><?php echo $CompanyAddress;?></span><br> <strong style="padding-left: 2px;">State code:</strong><?php echo $CompanyStateCode;?>
|
<td rowspan="3" colspan="3" style="width: 20%;"><u><strong style="font-size:16px; padding-left: 2px;">Shipped To</strong></u><br><span style="padding-left: 2px;"><?php echo $CompanyAddress;?></span><br> <strong style="padding-left: 2px;">State code:</strong><?php echo $CompanyStateCode;?>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td style="border-left: 1px solid black;width: 42%;" colspan="5"><strong style="padding-left: 2px;">Delivery/Schedule By</strong> :<br>
|
<td style="border-left: 1px solid black;width: 42%;" colspan="5"><strong style="padding-left: 2px;">Delivery/Schedule By</strong> :<br>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user