diff options
Diffstat (limited to 'sql-ledger/templates/Danish-statement.html')
| -rw-r--r-- | sql-ledger/templates/Danish-statement.html | 12 | 
1 files changed, 8 insertions, 4 deletions
diff --git a/sql-ledger/templates/Danish-statement.html b/sql-ledger/templates/Danish-statement.html index 6fca322ee..a5efdf019 100644 --- a/sql-ledger/templates/Danish-statement.html +++ b/sql-ledger/templates/Danish-statement.html @@ -36,10 +36,14 @@        <table width=100%>  	<tr valign=top>  	  <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%>  	  <br>  <%if customerphone%>  	  <br>Tel: <%customerphone%>  | 
