From 8ef6c902e10c4c91f7ca8125fe5a5bebdb0fb0ff Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Fri, 4 May 2007 09:13:17 +0000 Subject: [PATCH] =?utf8?q?die=20Checkbox=20f=C3=BCr=20taxincluded=20nochma?= =?utf8?q?l=20ohne=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/is.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 4a8b87310..50e013b5d 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -846,12 +846,12 @@ sub form_footer { $intnotes = qq||; - $form->{taxincluded} = ($form->{taxincluded} == 1 ? "checked" : ""); + $form->{taxincluded} = ($form->{taxincluded} ? "checked" : ""); $taxincluded = ""; if ($form->{taxaccounts}) { $taxincluded = qq| - {taxincluded}> | + {taxincluded}> | . $locale->text('Tax Included') . qq|

|; } -- 2.20.1