From f63daa16146d365679fec7342b11befeaea4057f Mon Sep 17 00:00:00 2001
From: Marei Peischl <marei@peitex.de>
Date: Wed, 27 Nov 2019 13:39:16 +0100
Subject: [PATCH] switch to PricingTabular*

---
 sales_quotation.tex | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/sales_quotation.tex b/sales_quotation.tex
index da097c415..2cebc5df5 100644
--- a/sales_quotation.tex
+++ b/sales_quotation.tex
@@ -128,16 +128,7 @@
 \angebotsformel
 
 
-\begin{PricingTabular}
-	% Tabellenende letzte Seite
-	\midrule
-	\multicolumn{5}{@{}l}{\nettobetrag} & <%subtotal%>\tabularnewline
-	<%foreach tax%>
-	\multicolumn{5}{@{}l}{<%taxdescription%>} & <%tax%>\tabularnewline
-	<%end tax%>
-	\multicolumn{5}{@{}l}{\bfseries\schlussbetrag} &  \textbf{<%ordtotal%>}\tabularnewline
-	\bottomrule
-	\endlastfoot
+\begin{PricingTabular*}
 % eigentliche Tabelle
 \FakeTable{
 <%foreach number%>%
@@ -155,7 +146,15 @@
 			<%linetotal%>\tabularnewline
 <%end number%>
 }
-\end{PricingTabular}
+	\begin{PricingTotal}
+	% Tabellenende letzte Seite
+	\nettobetrag & <%subtotal%>\\
+	<%foreach tax%>
+	%taxdescription%> & <%tax%>\\
+	<%end tax%>
+	\bfseries\schlussbetrag &  \bfseries <%ordtotal%>\\
+	\end{PricingTotal}
+\end{PricingTabular*}
 
 <%if notes%>
   <%notes%>
-- 
2.20.1