diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gl.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ); |