[freeside-commits] freeside/httemplate/misc payment.cgi, 1.31.2.3, 1.31.2.4
Mark Wells
mark at wavetail.420.am
Tue Dec 6 21:50:52 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv25431/httemplate/misc
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.31.2.3
retrieving revision 1.31.2.4
diff -u -w -d -r1.31.2.3 -r1.31.2.4
--- payment.cgi 21 Oct 2011 16:30:02 -0000 1.31.2.3
+++ payment.cgi 7 Dec 2011 05:50:50 -0000 1.31.2.4
@@ -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