From c62ddafe32128a30ea9247568858d344ed6d5655 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 22 Nov 2006 16:24:09 +0000 Subject: [PATCH] Recommit von r1131 von sschoeling: 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 beefcc1fb..e96e71884 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -806,6 +806,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