summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/cust_pay_batch_top.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-07-13 10:56:10 -0700
committerMark Wells <mark@freeside.biz>2012-07-13 10:56:10 -0700
commit0ad946f751d3a953c8a41eea1d30ad362ba38ace (patch)
tree6780a5e8eaee29e65750cd19c090555062b84c22 /httemplate/search/elements/cust_pay_batch_top.html
parent26004f55ce70242d07fc8de51e24439e783e9e49 (diff)
one-way check batches, #17623
Diffstat (limited to 'httemplate/search/elements/cust_pay_batch_top.html')
-rw-r--r--httemplate/search/elements/cust_pay_batch_top.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/cust_pay_batch_top.html b/httemplate/search/elements/cust_pay_batch_top.html
index 005b76182..739e65b50 100644
--- a/httemplate/search/elements/cust_pay_batch_top.html
+++ b/httemplate/search/elements/cust_pay_batch_top.html
@@ -103,7 +103,7 @@ Batch is <% $statustext{$status} %><BR>
% }
</%def>
<%shared>
-my $show_gateways = FS::payment_gateway->count("gateway_namespace = 'Business::BatchPayment'");
+my $show_gateways = FS::payment_gateway->count("gateway_namespace = 'Business::BatchPayment' AND disabled IS NULL");
</%shared>
<%init>
my %opt = @_;