From: ivan Date: Wed, 12 Oct 2005 12:02:26 +0000 (+0000) Subject: change button to say "post payment batch" and main error message to indicate the... X-Git-Tag: SQL_LEDGER_2_4_4~1^2~130 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=48b79e72df30f70a168b9b318bc7785129c79262;p=freeside.git change button to say "post payment batch" and main error message to indicate the whole batch should be resubmitted, as per feedback from lewis --- diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html index ac7f7ffa3..20cc89045 100644 --- a/httemplate/misc/batch-cust_pay.html +++ b/httemplate/misc/batch-cust_pay.html @@ -300,7 +300,7 @@ -->
- + diff --git a/httemplate/misc/process/batch-cust_pay.cgi b/httemplate/misc/process/batch-cust_pay.cgi index 1cc6c3bad..12d72e8a0 100644 --- a/httemplate/misc/process/batch-cust_pay.cgi +++ b/httemplate/misc/process/batch-cust_pay.cgi @@ -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;