From: Moritz Bunkus Date: Thu, 28 Dec 2006 10:41:41 +0000 (+0000) Subject: Steuerzonen können jetzt auch nachträglich geändert werden. Fix für Bugzilla #464... X-Git-Tag: release-2.4.1~1^2~111 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=04f4f1cf1d2b805cda8a24f8b0f7a56513bdecb0;p=kivitendo-erp.git Steuerzonen können jetzt auch nachträglich geändert werden. Fix für Bugzilla #464. Zusätzlich etwas HTML-Quoting. --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 541eb6c06..5c8371623 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -279,10 +279,11 @@ sub form_header { foreach $item (@{ $form->{TAXZONE} }) { if ($item->{id} == $form->{taxzone_id}) { $form->{selecttaxzone} .= - ""; + ""; } else { $form->{selecttaxzone} .= - ""; + ""; } } @@ -292,11 +293,6 @@ sub form_header { $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}/value=$form->{taxzone_id} selected/; } } - if ($form->{rowcount} >1) { - $form->{selecttaxzone} =~ /"; + ""; } else { $form->{selecttaxzone} .= - ""; + ""; } } @@ -348,11 +349,6 @@ sub form_header { $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}/value=$form->{taxzone_id} selected/; } } - if ($form->{rowcount} >0) { - $form->{selecttaxzone} =~ /"; + ""; } else { $form->{selecttaxzone} .= - ""; + ""; } } } else { $form->{selecttaxzone} =~ s/ selected//g; if ($form->{taxzone_id} ne "") { - $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}/value=$form->{taxzone_id} selected/; + $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}>/value=$form->{taxzone_id} selected>/; } } - if ($form->{rowcount} >0) { - $form->{selecttaxzone} =~ /