// Added country in supply order form (PDF)

This commit is contained in:
bMancone
2012-01-18 14:56:39 +00:00
parent 125aac9828
commit c74bb9fac2
+3
View File
@@ -65,6 +65,9 @@
<tr>
<td style="font-size: 13pt; font-weight: bold">{$address_supplier->postcode} {$address_supplier->city}</td>
</tr>
<tr>
<td style="font-size: 13pt; font-weight: bold">{$address_supplier->country}</td>
</tr>
</table>
</div>
<!-- / SUPPLIER ADDRESS -->