From: Moritz Bunkus Date: Tue, 6 Mar 2007 14:52:50 +0000 (+0000) Subject: Dialogbuchen: Bei neu hinzugefügten Zeilen das Steuerkonto richtig initial setzen. X-Git-Tag: release-2.4.3^2~619 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ee4b3441e94a1e1481ec84554987ed1b079eb52e;p=kivitendo-erp.git Dialogbuchen: Bei neu hinzugefügten Zeilen das Steuerkonto richtig initial setzen. --- 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",