From c3abbe70b08b4585194e55ff065aff67fcce4154 Mon Sep 17 00:00:00 2001 From: Lennart Hensler Date: Sun, 11 Oct 2015 17:26:07 +0200 Subject: [PATCH] Added the currency to the unit price --- rechnung.dtx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rechnung.dtx b/rechnung.dtx index 1bf9806..f1c1165 100644 --- a/rechnung.dtx +++ b/rechnung.dtx @@ -915,7 +915,7 @@ \@RCHtmptmp=\@RCHtmp% \@readNum{#2}\multiply\@RCHtmp\@RCHtmptmp \advance\@RCHtmp99\divide\@RCHtmp100%Aufrunden auf 2 Nachkommastellen. - \@lineBaseX[#1]{\the\@RCHcnt}{#2\@AnzahlSuffix}{#3}{#4}{#5} + \@lineBaseX[#1]{\the\@RCHcnt}{#2\@AnzahlSuffix}{#3}{#4}{#5\,\@waehrung} } % \end{macrocode} % \end{macro}% @@ -930,7 +930,7 @@ \advance\@RCHcnt1% \@readNum{#3} \multiply\@RCHtmp-1 - \@lineBaseX[#1]{\the\@RCHcnt}{\null}{\null}{#2}{-#3} + \@lineBaseX[#1]{\the\@RCHcnt}{\null}{\null}{#2}{\null} } % \end{macrocode} % \end{macro} @@ -943,7 +943,7 @@ \newcommand*\@VersandkostenX[2][X]{ \initRechnung \@readNum{#2} - \@lineBaseX[#1]{\null}{1}{\null}{Versandkosten}{#2} + \@lineBaseX[#1]{\null}{1}{\null}{Versandkosten}{#2\,\@waehrung} } % \end{macrocode} % \end{macro}