// Added country in supply order form (PDF)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12535 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-01-18 14:56:39 +00:00
parent 0cf96eb8f8
commit 2224bfbc31
+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 -->