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