Change PO shipping instructions to fill 100% width #93
This commit is contained in:
parent
3282d5bcd6
commit
f6d2ae8f5c
|
|
@ -51,11 +51,11 @@
|
||||||
<table style="font-size: 11px;">
|
<table style="font-size: 11px;">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: <?=$col1;?>;"><u>SHIPPING INSTRUCTIONS:</u></td>
|
<td><u>SHIPPING INSTRUCTIONS:</u></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: <?=$col2;?>">
|
<td>
|
||||||
<br>
|
<br>
|
||||||
<?= $document['PurchaseOrder']['shipping_instructions'];?></td>
|
<?= $document['PurchaseOrder']['shipping_instructions'];?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue