[freeside-commits] freeside/httemplate/misc payment.cgi,1.34,1.35

Mark Wells mark at wavetail.420.am
Tue Dec 6 21:50:35 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv25294/httemplate/misc

Modified Files:
	payment.cgi 
Log Message:
minor refactor and better safeguards on term discounts, #15068

Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/payment.cgi,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -w -d -r1.34 -r1.35
--- payment.cgi	21 Oct 2011 16:30:02 -0000	1.34
+++ payment.cgi	7 Dec 2011 05:50:33 -0000	1.35
@@ -14,6 +14,7 @@
     <TD COLSPAN=7>
       <TABLE><TR><TD BGCOLOR="#ffffff">
         <% $money_char %><INPUT NAME     = "amount"
+                                ID       = "amount"
                                 TYPE     = "text"
                                 VALUE    = "<% $amount %>"
                                 SIZE     = 8
@@ -67,7 +68,7 @@
 
 <& /elements/tr-select-discount_term.html,
              'custnum' => $custnum,
-             'cgi'     => $cgi
+             'amount_id' => 'amount',
 &>
 
 % if ( $payby eq 'CARD' ) {



More information about the freeside-commits mailing list