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/bill.cgi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'httemplate/misc/bill.cgi') diff --git a/httemplate/misc/bill.cgi b/httemplate/misc/bill.cgi index 1bf1eb11e..24dfd6bbd 100755 --- a/httemplate/misc/bill.cgi +++ b/httemplate/misc/bill.cgi @@ -11,7 +11,6 @@ %my $error = $cust_main->bill( %# 'time'=>$time % ); -%#&eidiot($error) if $error; % %unless ( $error ) { % $error = $cust_main->apply_payments_and_credits @@ -33,14 +32,13 @@ % #'realtime' => $conf->exists('realtime-backend'), % ); %} -%#&eidiot($error) if $error; % %if ( $error ) { % % -% &idiot($error); +% errorpage($error); %} else { % print $cgi->redirect(popurl(2). "view/cust_main.cgi?$custnum"); %} -- cgit v1.2.1