From bebdb7e367acbbeac83817659550f37b80490d90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 2 Jun 2006 13:03:23 +0000 Subject: [PATCH] Fix zu Bug362. Danke an Harry fuer die Hilfe. --- bin/mozilla/ct.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 66fd60ce8..d074a2787 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -463,6 +463,8 @@ sub form_header { $form->{taxincluded} = ($form->{taxincluded}) ? "checked" : ""; $form->{creditlimit} = $form->format_amount(\%myconfig, $form->{creditlimit}, 0); + $form->{discount} = + $form->format_amount(\%myconfig, $form->{discount}); if ($myconfig{role} eq 'admin') { $bcc = qq| -- 2.20.1