summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-12-15 16:29:54 -0800
committerMark Wells <mark@freeside.biz>2016-12-16 16:30:08 -0800
commit6f9169776574d40f7df14329d7a896707d0d42c8 (patch)
treeca8c14537cd0b6a1577ed0f53f308d7addf7d05a /httemplate
parent5c59bb1d95ae3f0def9981a087f09ab0a687015b (diff)
per-agent configuration of batch processors, #71837
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/agent_payment_gateway.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/agent_payment_gateway.html b/httemplate/edit/agent_payment_gateway.html
index 41a9f3e95..87972e25d 100644
--- a/httemplate/edit/agent_payment_gateway.html
+++ b/httemplate/edit/agent_payment_gateway.html
@@ -12,6 +12,8 @@ Use gateway <SELECT NAME="gatewaynum">
% foreach my $payment_gateway (
% qsearch('payment_gateway', { 'disabled' => '' } )
% ) {
+% # don't let these be selected as agent overrides; there's a different mechanism
+% next if $payment_gateway->gateway_namespace eq 'Business::BatchPayment';
%
<OPTION VALUE="<% $payment_gateway->gatewaynum %>"><% $payment_gateway->gateway_module %> (<% $payment_gateway->gateway_username %>)