Fix euro sign in invoices
This commit is contained in:
parent
2784651533
commit
907a6ee04a
|
@ -25,7 +25,7 @@
|
|||
\product{<<< $desc >>>}{<<< $price >>>}
|
||||
@endforeach
|
||||
\hline
|
||||
\textbf{Gesamt} & \textbf{\numprint[€]{\TotalHT}} \\
|
||||
\textbf{Gesamt} & \textbf{\numprint[\euro]{\TotalHT}} \\
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
\product{<<< $desc >>>}{<<< $price >>>}
|
||||
@endforeach
|
||||
\hline
|
||||
\textbf{Gesamt} & \textbf{\numprint[€]{\TotalHT}} \\
|
||||
\textbf{Gesamt} & \textbf{\numprint[\euro]{\TotalHT}} \\
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
|
|
Loading…
Reference in New Issue