summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gl.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/gl.pl b/bin/gl.pl
index 65637309..98406247 100755
--- a/bin/gl.pl
+++ b/bin/gl.pl
@@ -431,6 +431,8 @@ qq|<input name="l_description" class=checkbox type=checkbox value=Y checked> |
sub generate_report {
$form->{sort} = "transdate" unless $form->{sort};
+ $form->{amountfrom} = $form->parse_amount(\%myconfig, $form->{amountfrom});
+ $form->{amountto} = $form->parse_amount(\%myconfig, $form->{amountto});
GL->all_transactions( \%myconfig, \%$form );