diff options
author | Mark Wells <mark@freeside.biz> | 2013-02-14 14:31:13 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-02-14 14:31:13 -0800 |
commit | e55892bdf6dc95710a19876087690a9664421215 (patch) | |
tree | f88bf2f4de6f1a2ca7a26100e5c88fd3d0557db3 /httemplate/search/cust_tax_adjustment.html | |
parent | ea877a775f49883683a26c01da366993804e840d (diff) |
include elements/search.html the right way to avoid problems with XLS download, #21421
Diffstat (limited to 'httemplate/search/cust_tax_adjustment.html')
-rw-r--r-- | httemplate/search/cust_tax_adjustment.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/search/cust_tax_adjustment.html b/httemplate/search/cust_tax_adjustment.html index 925476516..6125a1c04 100644 --- a/httemplate/search/cust_tax_adjustment.html +++ b/httemplate/search/cust_tax_adjustment.html @@ -1,4 +1,4 @@ -<% include( 'elements/search.html', +<& elements/search.html, 'title' => $title, 'name_singular' => 'tax adjustment', 'query' => $query, @@ -12,9 +12,8 @@ }, ], 'links' => [ '', '', '', $ilink ], - ) -%> - + +&> <%init> die "access denied" |