Revision ee4b3441
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1132 | 1132 |
$selected_taxchart = "$item->{id}--$item->{rate}"; |
1133 | 1133 |
} |
1134 | 1134 |
|
1135 |
if ($init) { |
|
1136 |
$selected_accno = ''; |
|
1137 |
$selected_taxchart = $taxchart_init; |
|
1138 |
} |
|
1135 |
$selected_accno = '' if ($init); |
|
1136 |
$selected_taxchart = $taxchart_init unless ($selected_taxchart ne ""); |
|
1139 | 1137 |
|
1140 | 1138 |
$accno = qq|<td>| . |
1141 | 1139 |
NTI($cgi->popup_menu('-name' => "accno_$i", |
Auch abrufbar als: Unified diff
Dialogbuchen: Bei neu hinzugefügten Zeilen das Steuerkonto richtig initial setzen.