Skip to content

Commit

Permalink
Merge pull request #8528 from ehuelsmann/fix/1.12/gl-report-columns
Browse files Browse the repository at this point in the history
Fix regression in GL report column selection
  • Loading branch information
ehuelsmann authored Nov 30, 2024
2 parents 5c5f7a3 + e7541f5 commit 4c191de
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 4c191de

Please sign in to comment.