diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-09 22:35:21 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-09 22:35:21 +0000 |
commit | 428f6a8085fdef7360473a4c9328766064475324 (patch) | |
tree | 0312ff5ff970ecbb4f45aa72da4c5cf2ee76a3f6 /bin | |
parent | 7f92c3efa77d327d078a4974e0dd89e353662198 (diff) |
Correcting trial balance and gl report not to pull unapproved transactions
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2031 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rw-r--r-- | bin/gl.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -131,7 +131,7 @@ qq|<option value="$_->{description}--$_->{id}">$_->{description}\n|; } } - &dislay_form(1); + display_form(1); } @@ -951,7 +951,7 @@ qq|<option value="$_->{projectnumber}--$_->{id}">$_->{projectnumber}\n|; $form->{rowcount} = $count + 1; - &display_form; + display_form; } |