Merge branch 'debian' into b-3.6.1
[kivitendo-erp.git] / templates / print / marei / letter.tex
index 3b12fb4..1f29b1d 100644 (file)
@@ -34,19 +34,18 @@ $( IF letter.subject )$
 $( END )$
 
 \begin{letter}{
-               $( KiviLatex.filter(customer.name) )$\strut\\
-               $( KiviLatex.filter(letter.contact.formal_greeting) )$\strut\\
-               $( KiviLatex.filter(customer.street) )$\strut\\
-               $( KiviLatex.filter(customer.zipcode) )$ $( KiviLatex.filter(customer.city) )$\strut\\
-               $( KiviLatex.filter(customer.country) )$
-       }
+$( KiviLatex.filter(customer.name) )$\strut\\
+$( KiviLatex.filter(letter.contact.formal_greeting) )$\strut\\
+$( KiviLatex.filter(customer.street) )$\strut\\
+$( KiviLatex.filter(customer.zipcode) )$ $( KiviLatex.filter(customer.city) )$\strut\\
+$( KiviLatex.filter(customer.country) )$%
+}
 
 \opening{$( KiviLatex.filter(letter.greeting) )$}
-
+\thispagestyle{kivitendo.letter.first}
 
 $( KiviLatex.filter_html(letter.body) )$
 
-
 \closing{\gruesse}
 
 \end{letter}