summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/grouped-search/deposit_slip
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/elements/grouped-search/deposit_slip')
-rw-r--r--httemplate/search/elements/grouped-search/deposit_slip8
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/search/elements/grouped-search/deposit_slip b/httemplate/search/elements/grouped-search/deposit_slip
new file mode 100644
index 0000000..6e69662
--- /dev/null
+++ b/httemplate/search/elements/grouped-search/deposit_slip
@@ -0,0 +1,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>