summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/grouped-search.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2020-05-27 13:39:47 -0700
committerIvan Kohler <ivan@freeside.biz>2020-05-27 13:39:47 -0700
commitfc263806f5e475559a0c4cfdb70a5f1cefe0ffa3 (patch)
treec0887bc08d9836175fd4a915d3b20bb7ce458bb6 /httemplate/search/elements/grouped-search.html
parentae09d41481da0937765821af91537b8e728169e4 (diff)
deposit slips
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 56fc88d38..80a931983 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>