marei: comment line endings
authorMarei (peiTeX) <marei@peitex.de>
Fri, 25 Sep 2020 16:21:18 +0000 (18:21 +0200)
committerJan Büren <jan@kivitendo.de>
Wed, 21 Oct 2020 11:42:03 +0000 (13:42 +0200)
templates/print/marei/credit_note.tex

index f8744bb..a9f6719 100644 (file)
@@ -87,9 +87,9 @@
 
 \gutschriftformel
 
-\begin{PricingTabular*}
-% eigentliche Tabelle
-\FakeTable{
+\begin{PricingTabular*}%
+% eigentliche Tabelle%
+\FakeTable{%
        <%foreach number%>%
        <%runningnumber%> &%
        <%number%> &%
                \ifstr{<%p_discount%>}{0}{}{\sffamily\scriptsize{(-<%p_discount%>\,\%)}}%
                        <%linetotal%>\tabularnewline
                        <%end number%>%
-       }
-       \begin{PricingTotal}
+       }%
+       \begin{PricingTotal}%
                % Tabellenende letzte Seite
-               \nettobetrag & <%subtotal%>\\
+               \nettobetrag & <%subtotal%>\\%
                <%foreach tax%>%
-               <%taxdescription%> & <%tax%>\\
+               <%taxdescription%> & <%tax%>\\%
                <%end tax%>%
-               \bfseries\schlussbetrag &  \bfseries <%ordtotal%>\\
-       \end{PricingTotal}
+               \bfseries\schlussbetrag &  \bfseries <%ordtotal%>\\%
+       \end{PricingTotal}%
 \end{PricingTabular*}
 
 <%if notes%>%