summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-16 23:15:13 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-16 23:15:13 +0000
commit512d68b034a9d8ccc055452adb2e82298d8603cd (patch)
treebd689440d25ac344280ce5b99c2d629398409b41 /bin
parent615a79ad085f13de92ca2dcc43c3fbad82596be7 (diff)
Correcting 1878176
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2275 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-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";
}