deposit slips
[freeside.git] / httemplate / search / elements / grouped-search / deposit_slip
1 <& /search/elements/search-deposit_slip.html, rows=>\@rows, &>\
2 <%init>
3 my %opt = @_;
4 my $group_info = $m->comp('core', %opt);
5 #just the first group
6 my $query = $group_info->{queries}[0];
7 my @rows = $query->qsearch;
8 </%init>