X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b21a00cf4c891da7bc99d7010a0584decd164906..0f69c7262394cd4c831332f1e87a2b28ef6f6096:/bin/mozilla/ar.pl diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index e69e13cbf..ced49fda2 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -336,7 +336,7 @@ sub form_header { for my $i (1 .. $form->{rowcount}) { my $transaction = { amount => $form->{"amount_$i"}, - tax => $form->{"tax$i"}, + tax => $form->{"tax_$i"}, project_id => $form->{"project_id_$i"}, }; @@ -375,7 +375,7 @@ sub form_header { . $cgi->hidden('-name' => "previous_AR_amount_$i", '-default' => $selected_accno_full); - $transaction->{tax} = + $transaction->{taxchart} = NTI($cgi->popup_menu('-name' => "taxchart_$i", '-id' => "taxchart_$i", '-style' => 'width:200px', @@ -547,9 +547,6 @@ $follow_ups_block print " - - - "; $main::lxdebug->leave_sub(); @@ -850,8 +847,6 @@ sub delete { delete $form->{header}; print qq| - -
{script}> |; @@ -871,9 +866,6 @@ sub delete {
- - - |; $main::lxdebug->leave_sub();