[freeside-commits] freeside/httemplate/edit/process cust_main.cgi, 1.39, 1.40
Ivan,,,
ivan at wavetail.420.am
Wed Apr 22 11:58:49 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv23773
Modified Files:
cust_main.cgi
Log Message:
fix not allowing "on-demand" card or ACH, RT#5238 RT#5237 RT#5230
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- cust_main.cgi 12 Apr 2009 06:09:12 -0000 1.39
+++ cust_main.cgi 22 Apr 2009 18:58:46 -0000 1.40
@@ -36,6 +36,8 @@
$payby = $noauto{$payby}
if ! $cgi->param('payauto') && exists $noauto{$payby};
+$cgi->param('payby', $payby);
+
if ( $payby ) {
if ( $payby eq 'CHEK' || $payby eq 'DCHK' ) {
$cgi->param('payinfo',
More information about the freeside-commits
mailing list