diff options
| -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 36ae77bdf..44904fba6 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -22,7 +22,7 @@               ? scalar($conf->config('credit-card-surcharge-percentage', $cust_main->agentnum))               : 0           ), -       'surcharge_flatfee:Q' => +       'surcharge_flatfee' =>           ( $payby eq 'CARD'               ? scalar($conf->config('credit-card-surcharge-flatfee', $cust_main->agentnum))               : 0 | 
