From de08f05ca3392cd47de0a144fd5938f458f2b4cc Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 8 Oct 2007 19:04:50 +0000 Subject: Remove remaining calls to idiot/eidiot. Should fix 1479 --- httemplate/misc/cust_main-cancel.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/cust_main-cancel.cgi') diff --git a/httemplate/misc/cust_main-cancel.cgi b/httemplate/misc/cust_main-cancel.cgi index d29e4f5fc..13d7d1ff1 100755 --- a/httemplate/misc/cust_main-cancel.cgi +++ b/httemplate/misc/cust_main-cancel.cgi @@ -14,7 +14,7 @@ %my $cust_main = qsearchs('cust_main', { 'custnum' => $custnum } ); % %my @errors = $cust_main->cancel( 'ban' => $ban ); -%eidiot(join(' / ', @errors)) if scalar(@errors); +%errorpage(join(' / ', @errors)) if scalar(@errors); % %#print $cgi->redirect($p. "view/cust_main.cgi?". $cust_main->custnum); %print $cgi->redirect($p); -- cgit v1.2.1