Skip to content

Commit

Permalink
Fix regression in GL report column selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Nov 30, 2024
1 parent 5c5f7a3 commit e7541f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/LedgerSMB/Scripts/journal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,16 @@ sub search {
#tshvr4 trying to mix in period from_month from_year interval
return $request->render_report(
LedgerSMB::Report::GL->new(
$request->%{qw( reference accno category source memo
$request->%{(qw( reference accno category source memo
business_units
is_voided
is_approved
interval
from_month from_year
comparison_periods comparison_type
comparisons
) },
),
grep { m/^(bc_|col_)/ } keys $request->%*)},
formatter_options => $request->formatter_options,
from_amount => $request->parse_amount( $request->{from_amount} ),
to_amount => $request->parse_amount( $request->{to_amount} ),
Expand Down

0 comments on commit e7541f5

Please sign in to comment.