[freeside-commits] freeside/httemplate/edit prepay_credit.cgi, 1.8, 1.8.2.1

Mark Wells mark at wavetail.420.am
Tue Mar 9 13:58:12 PST 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	prepay_credit.cgi 
Log Message:
RT#7407, variable length prepaid card codes

Index: prepay_credit.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/prepay_credit.cgi,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -w -d -r1.8 -r1.8.2.1
--- prepay_credit.cgi	15 Mar 2009 10:30:26 -0000	1.8
+++ prepay_credit.cgi	9 Mar 2010 21:58:09 -0000	1.8.2.1
@@ -7,13 +7,16 @@
 Generate
 <INPUT TYPE="text" NAME="num" VALUE="<% $cgi->param('num') || '(quantity)' |h %>" SIZE=10 MAXLENGTH=10 onFocus="if ( this.value == '(quantity)' ) { this.value = ''; }">
 
+prepaid cards of
+
+<INPUT TYPE="text" NAME="length" SIZE=3 MAXLENGTH=2 VALUE=8>&nbsp;
 <SELECT NAME="type">
 % foreach (qw(alpha alphanumeric numeric)) { 
   <OPTION<% $cgi->param('type') eq $_ ? ' SELECTED' : '' %>><% $_ %>
 % } 
 </SELECT>
 
-prepaid cards
+characters each
 
 <BR>for <SELECT NAME="agentnum"><OPTION>(any agent)
 % foreach my $opt_agent ( qsearch('agent', { 'disabled' => '' } ) ) { 



More information about the freeside-commits mailing list