summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-09 22:35:21 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-09 22:35:21 +0000
commit428f6a8085fdef7360473a4c9328766064475324 (patch)
tree0312ff5ff970ecbb4f45aa72da4c5cf2ee76a3f6 /bin
parent7f92c3efa77d327d078a4974e0dd89e353662198 (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.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gl.pl b/bin/gl.pl
index 75cdec6d..bc098aa5 100644
--- a/bin/gl.pl
+++ b/bin/gl.pl
@@ -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;
}