Remove remaining calls to idiot/eidiot. Should fix 1479
[freeside.git] / httemplate / misc / unsusp_pkg.cgi
index 79c07a7..80188c6 100755 (executable)
@@ -8,7 +8,7 @@
 %my $cust_pkg = qsearchs('cust_pkg',{'pkgnum'=>$pkgnum});
 %
 %my $error = $cust_pkg->unsuspend;
-%&eidiot($error) if $error;
+%errorpage($error) if $error;
 %
 %print $cgi->redirect(popurl(2). "view/cust_main.cgi?".$cust_pkg->getfield('custnum'));
 %