[freeside-commits] freeside/httemplate/edit prepay_credit.cgi, 1.8, 1.9
Mark Wells
mark at wavetail.420.am
Tue Mar 9 13:57:54 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv32101/httemplate/edit
Modified Files:
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.9
diff -u -w -d -r1.8 -r1.9
--- prepay_credit.cgi 15 Mar 2009 10:30:26 -0000 1.8
+++ prepay_credit.cgi 9 Mar 2010 21:57:52 -0000 1.9
@@ -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>
<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