RT# 34134 - removed payment amount field from payment screen, added 3 payment options...
[freeside.git] / httemplate / misc / payment.cgi
index 35f57e8..7bf1713 100644 (file)
@@ -12,7 +12,8 @@
 
 <TABLE class="fsinnerbox">
 
-  <& /elements/tr-amount_fee.html,
+  <& /elements/tr-select-payment_options.html,
+       'custnum'            => $cust_main->custnum,
        'amount'             => $amount,
        'process-pkgpart'    => 
           scalar($conf->config('manual_process-pkgpart', $cust_main->agentnum)),