summaryrefslogtreecommitdiff
path: root/sql-ledger/templates/German-sales_order.html
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/templates/German-sales_order.html')
-rw-r--r--sql-ledger/templates/German-sales_order.html26
1 files changed, 17 insertions, 9 deletions
diff --git a/sql-ledger/templates/German-sales_order.html b/sql-ledger/templates/German-sales_order.html
index edb8b9076..ce37fc492 100644
--- a/sql-ledger/templates/German-sales_order.html
+++ b/sql-ledger/templates/German-sales_order.html
@@ -38,7 +38,7 @@
<td align=right>
<table>
<tr>
- <th align=right>Datum</th><td width=10>&nbsp;</td><td><%orddate%></td>
+ <th align=right>Bestelldatum</th><td width=10>&nbsp;</td><td><%orddate%></td>
</tr>
<tr>
@@ -66,17 +66,25 @@
<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>
<td><%shiptoname%>
- <br><%shiptoaddr1%>
- <br><%shiptoaddr2%>
- <br><%shiptoaddr3%>
- <br><%shiptoaddr4%>
+ <br><%shiptoaddress1%>
+ <%if shiptoaddress2%>
+<br><%shiptoaddress2%>
+<%end shiptoaddress2%>
+ <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
+ <%if shiptocountry%>
+<%shiptocountry%>
+<%end shiptocountry%>
</td>
</tr>
</table>