diff options
| author | Mark Wells <mark@freeside.biz> | 2013-02-14 14:17:46 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-02-14 14:17:46 -0800 |
| commit | 4e0af9b29e994900a0e7ace25fdc70241bdbe4b6 (patch) | |
| tree | f8a74242cd12fca707cf6e21c4e0f0b1b59e4d65 /httemplate/search/cust_pay_batch.cgi | |
| parent | 2d5e3634cd4b4e8a80a41e1efb54ed0959c9a64b (diff) | |
include elements/search.html the right way to avoid problems with XLS download, #21421
Diffstat (limited to 'httemplate/search/cust_pay_batch.cgi')
| -rwxr-xr-x | httemplate/search/cust_pay_batch.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/search/cust_pay_batch.cgi b/httemplate/search/cust_pay_batch.cgi index 4d31a7582..b5e582f7c 100755 --- a/httemplate/search/cust_pay_batch.cgi +++ b/httemplate/search/cust_pay_batch.cgi @@ -1,4 +1,4 @@ -<% include('elements/search.html', +<& elements/search.html, 'title' => 'Batch payment details', 'name' => 'batch details', 'query' => $sql_query, @@ -41,8 +41,7 @@ 'link_onclicks' => [ ('') x 8, $sub_receipt ], - ) -%> +&> <%init> my $conf = new FS::Conf; |
