summaryrefslogtreecommitdiff
path: root/httemplate/search/inventory_item.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-02-14 14:31:13 -0800
committerMark Wells <mark@freeside.biz>2013-02-14 14:31:13 -0800
commite55892bdf6dc95710a19876087690a9664421215 (patch)
treef88bf2f4de6f1a2ca7a26100e5c88fd3d0557db3 /httemplate/search/inventory_item.html
parentea877a775f49883683a26c01da366993804e840d (diff)
include elements/search.html the right way to avoid problems with XLS download, #21421
Diffstat (limited to 'httemplate/search/inventory_item.html')
-rw-r--r--httemplate/search/inventory_item.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/inventory_item.html b/httemplate/search/inventory_item.html
index 64722ff41..0e4251f74 100644
--- a/httemplate/search/inventory_item.html
+++ b/httemplate/search/inventory_item.html
@@ -1,4 +1,4 @@
-<% include( 'elements/search.html',
+<& elements/search.html,
'title' => $title,
'menubar' => [ 'View inventory classes' =>
@@ -87,8 +87,8 @@
<INPUT TYPE="hidden" NAME="classnum" VALUE="$classnum">
<INPUT TYPE="hidden" NAME="avail" VALUE="! .$cgi->param('avail') . '">', #'
'html_foot' => $sub_foot,
- )
-%>
+
+&>
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;