X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Fgrouped-search%2Fcore;h=3d38a8c7e53285aae2c2a20f04bd330fe32ddcf4;hp=ffa8cee39697db71180299e2fc25608010c65140;hb=819d82e8800b9ea271bfda7a2b49e224bb50c338;hpb=fb7f2ed2a0f7d3d0569a675aa1d250ff4d177d29 diff --git a/httemplate/search/elements/grouped-search/core b/httemplate/search/elements/grouped-search/core index ffa8cee39..3d38a8c7e 100644 --- a/httemplate/search/elements/grouped-search/core +++ b/httemplate/search/elements/grouped-search/core @@ -131,12 +131,14 @@ for my $i (0 .. scalar(@groups) - 1) { } if ( $opt{show_combined} ) { - # set up group 0 as a combined view - unshift @groups, $totals; - unshift @group_labels, 'All ' . PL($opt{name_singular}) . - ' (' . $totals->num_rows . ')'; - unshift @group_footers, []; # the total footer will suffice - unshift @queries, $base_query->clone; + if ( @groups > 1 ) { + # set up group 0 as a combined view + unshift @groups, $totals; + unshift @group_labels, 'All ' . PL($opt{name_singular}) . + ' (' . $totals->num_rows . ')'; + unshift @group_footers, []; # the total footer will suffice + unshift @queries, $base_query->clone; + } } my @total_footer;