summaryrefslogtreecommitdiff
path: root/bin/aa.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/aa.pl')
-rw-r--r--bin/aa.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/aa.pl b/bin/aa.pl
index da60e1b4..5709875f 100644
--- a/bin/aa.pl
+++ b/bin/aa.pl
@@ -259,11 +259,6 @@ qq|<option value="$_->{projectnumber}--$_->{id}">$_->{projectnumber}\n|;
$form->{"select$key"} = "";
foreach $ref ( @{ $form->{"$form->{ARAP}_links"}{$key} } ) {
- if ( $key eq "$form->{ARAP}_tax" ) {
- $form->{"select$form->{ARAP}_tax_$ref->{accno}"} =
- "<option>$ref->{accno}--$ref->{description}\n";
- next;
- }
$form->{"select$key"} .=
"<option>$ref->{accno}--$ref->{description}\n";
}