Fix euro sign in invoices

This commit is contained in:
Philipp Lang 2023-07-18 11:26:25 +02:00
parent 2784651533
commit 907a6ee04a
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
\product{<<< $desc >>>}{<<< $price >>>}
@endforeach
\hline
\textbf{Gesamt} & \textbf{\numprint[]{\TotalHT}} \\
\textbf{Gesamt} & \textbf{\numprint[\euro]{\TotalHT}} \\
\end{tabular}
\end{center}

View File

@ -25,7 +25,7 @@
\product{<<< $desc >>>}{<<< $price >>>}
@endforeach
\hline
\textbf{Gesamt} & \textbf{\numprint[]{\TotalHT}} \\
\textbf{Gesamt} & \textbf{\numprint[\euro]{\TotalHT}} \\
\end{tabular}
\end{center}