diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-21 07:15:54 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-21 07:15:54 +0000 |
commit | 1409e15e9ba7b7b45d5ea095d2d10e08818bb108 (patch) | |
tree | 02a2d2422eabc0749d082f75ff6758ea70145294 /bin | |
parent | be3e83d00af5499ffbafa2eacf192b7563ac5131 (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.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |