Remove remaining calls to idiot/eidiot. Should fix 1479
[freeside.git] / httemplate / misc / unapply-cust_pay.cgi
index b28f61b..6bd6c07 100755 (executable)
@@ -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);