From: Thomas Kasulke Date: Fri, 4 May 2007 09:13:17 +0000 (+0000) Subject: die Checkbox für taxincluded nochmal ohne value X-Git-Tag: release-2.4.3^2~393 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8ef6c902e10c4c91f7ca8125fe5a5bebdb0fb0ff;p=kivitendo-erp.git die Checkbox für taxincluded nochmal ohne value --- 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|

|; }