diff options
author | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
commit | 0a3b346806615bd893048d2a5c26f8d126a12f4b (patch) | |
tree | 6912cbc88774bfa513e95a58e05e7ce76fbc04c1 /httemplate/misc/payment.cgi | |
parent | 995a145c931164347683071c95c6754379d36604 (diff) |
add svc_elec_features merged from reference code RT#7643svc_elec_features
Diffstat (limited to 'httemplate/misc/payment.cgi')
-rw-r--r-- | httemplate/misc/payment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 813b560bd..f587bc2d2 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -182,7 +182,7 @@ <INPUT TYPE="hidden" NAME="paystate" VALUE="<% $paystate %>"> % } -% if ( $conf->exists('show_ss') ) { +% if ( $conf->exists('show_ss') && !$conf->exists('svc_elec_features') ) { <TR> <TD ALIGN="right"> Account holder<BR> |