From 718f65eee1c797ea90a315b5f03fae75c80a5112 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 8 Oct 2007 19:14:28 +0000 Subject: Remove remaining calls to idiot/eidiot. Should fix 1479 --- httemplate/misc/unapply-cust_pay.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/unapply-cust_pay.cgi') diff --git a/httemplate/misc/unapply-cust_pay.cgi b/httemplate/misc/unapply-cust_pay.cgi index b28f61b0f..6bd6c07ee 100755 --- a/httemplate/misc/unapply-cust_pay.cgi +++ b/httemplate/misc/unapply-cust_pay.cgi @@ -10,7 +10,7 @@ % %foreach my $cust_bill_pay ( $cust_pay->cust_bill_pay ) { % my $error = $cust_bill_pay->delete; -% eidiot($error) if $error; +% errorpage($error) if $error; %} % %print $cgi->redirect($p. "view/cust_main.cgi?". $custnum); -- cgit v1.2.1