add a tab to grouped search containing all rows, #25944
[freeside.git] / httemplate / search / elements / grouped-search / html-print
index c4c3b1e..6d9521b 100644 (file)
@@ -5,7 +5,9 @@ The "printable" view (all groups on one page).
 <%init>
 my %opt = @_;
 
-my $group_info = $m->comp('core', %opt);
+my $group_info = $m->comp('core', %opt,
+  'show_combined' => 0
+);
 my $ncols = scalar(@{ $opt{header} });
 
 my $total_footer = $group_info->{total_footer} || [];