[freeside-commits] freeside/httemplate/misc payment.cgi,1.23,1.24

Ivan,,, ivan at wavetail.420.am
Sun Oct 4 19:36:06 PDT 2009


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

Modified Files:
	payment.cgi 
Log Message:
add manual_process-skip_first option, RT#5889

Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/payment.cgi,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- payment.cgi	5 Oct 2009 02:16:46 -0000	1.23
+++ payment.cgi	5 Oct 2009 02:36:03 -0000	1.24
@@ -302,6 +302,8 @@
 my $fee_op = '';
 if ( $conf->config('manual_process-pkgpart') ) {
 
+  last if $conf->exists('manual_process-skip_first') && ! $cust_main->cust_pay;
+
   $fee_display = $conf->config('manual_process-display') || 'add';
   $fee_op = $fee_display eq 'add' ? '+' : '-';
 



More information about the freeside-commits mailing list