change button to say "post payment batch" and main error message to indicate the...
authorivan <ivan>
Wed, 12 Oct 2005 12:02:26 +0000 (12:02 +0000)
committerivan <ivan>
Wed, 12 Oct 2005 12:02:26 +0000 (12:02 +0000)
httemplate/misc/batch-cust_pay.html
httemplate/misc/process/batch-cust_pay.cgi

index ac7f7ff..20cc890 100644 (file)
 <INPUT TYPE="button" VALUE="TEST addrow" onclick="addRow()"> -->
 
 <BR>
-<INPUT TYPE="submit" NAME="submit" VALUE="Post payments">
+<INPUT TYPE="submit" NAME="submit" VALUE="Post payment batch">
 
 </FORM>
 
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;