summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/aa.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aa.pl b/bin/aa.pl
index 9e27c2b5..c1c2cc06 100644
--- a/bin/aa.pl
+++ b/bin/aa.pl
@@ -702,7 +702,7 @@ qq|<td><input name="description_$i" size=40 value="$form->{"description_$i"}"></
$form->{"tax_$item"} =
$form->format_amount( \%myconfig, $form->{"tax_$item"}, 2 );
-
+ # CT: This should probably be moved to a hidden field and a text label.
print qq|
<tr>
<td><input name="tax_$item" size=10 value=$form->{"tax_$item"}></td>