From ee4b3441e94a1e1481ec84554987ed1b079eb52e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 6 Mar 2007 14:52:50 +0000 Subject: [PATCH] =?utf8?q?Dialogbuchen:=20Bei=20neu=20hinzugef=C3=BCgten?= =?utf8?q?=20Zeilen=20das=20Steuerkonto=20richtig=20initial=20setzen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/gl.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 5a6404d6c..253b97ee4 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -1132,10 +1132,8 @@ sub display_rows { $selected_taxchart = "$item->{id}--$item->{rate}"; } - if ($init) { - $selected_accno = ''; - $selected_taxchart = $taxchart_init; - } + $selected_accno = '' if ($init); + $selected_taxchart = $taxchart_init unless ($selected_taxchart ne ""); $accno = qq|| . NTI($cgi->popup_menu('-name' => "accno_$i", -- 2.20.1