summaryrefslogtreecommitdiff
path: root/sql-ledger/templates/French-purchase_order.html
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/templates/French-purchase_order.html')
-rw-r--r--sql-ledger/templates/French-purchase_order.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/sql-ledger/templates/French-purchase_order.html b/sql-ledger/templates/French-purchase_order.html
index a5da0ad67..29af338fc 100644
--- a/sql-ledger/templates/French-purchase_order.html
+++ b/sql-ledger/templates/French-purchase_order.html
@@ -75,10 +75,14 @@
<tr>
<td><%name%>
- <br><%addr1%>
- <br><%addr2%>
- <br><%addr3%>
- <br><%addr4%>
+ <br><%address1%>
+ <%if address2%>
+<br><%address2%>
+<%end address2%>
+ <br><%city%> <%state%> <%zipcode%>
+ <%if country%>
+<%country%>
+<%end country%>
</td>
</tr>
</table>