diff options
author | ivan <ivan> | 2011-06-15 01:24:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-06-15 01:24:40 +0000 |
commit | 270b55b9e2ff20f84a9cf0b7620da0824d978be9 (patch) | |
tree | b51fb3e72dac0e6d5631ad24c289343c78cab94a | |
parent | 3153512b41c1688c3c20589adbfb39d50877e9b1 (diff) |
disable additional batch download links, causes confusion
-rwxr-xr-x | httemplate/search/cust_pay_batch.cgi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/search/cust_pay_batch.cgi b/httemplate/search/cust_pay_batch.cgi index 8022d4666..73ead9196 100755 --- a/httemplate/search/cust_pay_batch.cgi +++ b/httemplate/search/cust_pay_batch.cgi @@ -3,10 +3,8 @@ 'name' => 'batch details', 'query' => $sql_query, 'count_query' => $count_query, - 'html_init' => $pay_batch ? - include('elements/cust_pay_batch_top.html', - 'pay_batch' => $pay_batch - ) : '', + 'html_init' => $pay_batch ? $html_init : '', + 'disable_download' => 1, 'header' => [ '#', 'Inv #', 'Customer', |