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