summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/grouped-search.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/elements/grouped-search.html')
-rw-r--r--httemplate/search/elements/grouped-search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/grouped-search.html b/httemplate/search/elements/grouped-search.html
index 56fc88d..80a9319 100644
--- a/httemplate/search/elements/grouped-search.html
+++ b/httemplate/search/elements/grouped-search.html
@@ -42,7 +42,7 @@
</%doc>
<%init>
my $type = 'html';
-if ($cgi->param('type') =~ /^(html|html-print|xls)$/) {
+if ($cgi->param('type') =~ /^(html|html-print|xls|deposit_slip)$/) {
$type = $1;
}
</%init>