summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-21 07:15:54 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-21 07:15:54 +0000
commit1409e15e9ba7b7b45d5ea095d2d10e08818bb108 (patch)
tree02a2d2422eabc0749d082f75ff6758ea70145294 /bin
parentbe3e83d00af5499ffbafa2eacf192b7563ac5131 (diff)
Committing comment relating to future AR/AP transaction changes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1996 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-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>