From 4805aa4a0f4cf02e2d0acc298303839c29f67662 Mon Sep 17 00:00:00 2001 From: niepra01 <rolf.niepraschk@ptb.de> Date: Fri, 10 Aug 2018 07:32:53 +0200 Subject: [PATCH] Fee ohne "\num" --- antragsbestaetigung/ptb-confirm.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antragsbestaetigung/ptb-confirm.cls b/antragsbestaetigung/ptb-confirm.cls index 5c0a1e3..eb1ec9a 100644 --- a/antragsbestaetigung/ptb-confirm.cls +++ b/antragsbestaetigung/ptb-confirm.cls @@ -40,7 +40,7 @@ \newcommand*\Device[1]{\ptb@setcommand{vl@Device}{#1}} \newcommand*\Condition[1]{\vl@Setcommand{vl@Condition}{#1}} \newcommand*\ScheduleDate[1]{\ptb@setcommand{vl@ScheduleDate}{#1}} -\newcommand*\Fee[1]{\vl@Setcommand{vl@Fee}{\num{#1}}} +\newcommand*\Fee[1]{\vl@Setcommand{vl@Fee}{#1}} \newcommand*\missingEntries[1]{\ptb@setcommand{vl@missingEntries}{#1}} \newcommand\ConstantText[1]{\gdef\vl@ConstantText{#1}} -- GitLab