Revision 0ba3b647
Von G. Richardson vor mehr als 12 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
336 | 336 |
for my $i (1 .. $form->{rowcount}) { |
337 | 337 |
my $transaction = { |
338 | 338 |
amount => $form->{"amount_$i"}, |
339 |
tax => $form->{"tax$i"}, |
|
339 |
tax => $form->{"tax_$i"},
|
|
340 | 340 |
project_id => $form->{"project_id_$i"}, |
341 | 341 |
}; |
342 | 342 |
|
... | ... | |
375 | 375 |
. $cgi->hidden('-name' => "previous_AR_amount_$i", |
376 | 376 |
'-default' => $selected_accno_full); |
377 | 377 |
|
378 |
$transaction->{tax} = |
|
378 |
$transaction->{taxchart} =
|
|
379 | 379 |
NTI($cgi->popup_menu('-name' => "taxchart_$i", |
380 | 380 |
'-id' => "taxchart_$i", |
381 | 381 |
'-style' => 'width:200px', |
Auch abrufbar als: Unified diff
Steuer bei Debitorenbuchung gefixed
Steuerbetrag ist wieder Text statt Inputfeld
Fehler kam durch Commit cf5fe23a0f13baaa7637ac66898945d3e9da42f4
"ar form_header nach template ausgelagert"
Wahrscheinlich Fehler durch Automatisierung