[freeside-commits] freeside/httemplate/misc/process batch-cust_pay.cgi, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Wed Oct 12 05:02:28 PDT 2005


Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail:/tmp/cvs-serv5615/process

Modified Files:
	batch-cust_pay.cgi 
Log Message:
change button to say "post payment batch" and main error message to indicate the whole batch should be resubmitted, as per feedback from lewis

Index: batch-cust_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/batch-cust_pay.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- batch-cust_pay.cgi	10 Oct 2005 12:20:57 -0000	1.1
+++ batch-cust_pay.cgi	12 Oct 2005 12:02:26 -0000	1.2
@@ -26,7 +26,9 @@
 
   if ( $num_errors ) {
 
-    $cgi->param('error', "$num_errors error". ($num_errors>1 ? 's' : '') );
+    $cgi->param('error', "$num_errors error". ($num_errors>1 ? 's' : '').
+                         ' - Batch not processed, correct and resubmit'
+               );
 
     my $erow=0;
     $cgi->param('error'. $erow++, shift @errors) while @errors;



More information about the freeside-commits mailing list