change button to say "post payment batch" and main error message to indicate the...
[freeside.git] / httemplate / misc / process / batch-cust_pay.cgi
index 1cc6c3b..12d72e8 100644 (file)
@@ -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;