From 0ebe5b25845b218c541ac382bfc54f5ff321ebe6 Mon Sep 17 00:00:00 2001 From: Marei Peischl Date: Thu, 21 Nov 2019 15:20:18 +0100 Subject: [PATCH] \ -> \tabularnewline --- sales_quotation.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sales_quotation.tex b/sales_quotation.tex index efa211028..2358b2597 100644 --- a/sales_quotation.tex +++ b/sales_quotation.tex @@ -131,11 +131,11 @@ \begin{PricingTabular} % Tabellenende letzte Seite \midrule - \multicolumn{5}{@{}l}{\nettobetrag} & <%subtotal%>\\ + \multicolumn{5}{@{}l}{\nettobetrag} & <%subtotal%>\tabularnewline <%foreach tax%> - \multicolumn{5}{@{}l}{<%taxdescription%>} & <%tax%>\\ + \multicolumn{5}{@{}l}{<%taxdescription%>} & <%tax%>\tabularnewline <%end tax%> - \multicolumn{5}{@{}l}{\bfseries\schlussbetrag} & \textbf{<%ordtotal%>}\\ + \multicolumn{5}{@{}l}{\bfseries\schlussbetrag} & \textbf{<%ordtotal%>}\tabularnewline \bottomrule \endlastfoot % eigentliche Tabelle -- 2.20.1