summaryrefslogtreecommitdiff
path: root/httemplate/misc/void-cust_pay.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/void-cust_pay.cgi')
-rwxr-xr-xhttemplate/misc/void-cust_pay.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/void-cust_pay.cgi b/httemplate/misc/void-cust_pay.cgi
index b55d22c41..972a1a5bd 100755
--- a/httemplate/misc/void-cust_pay.cgi
+++ b/httemplate/misc/void-cust_pay.cgi
@@ -9,7 +9,7 @@
%my $custnum = $cust_pay->custnum;
%
%my $error = $cust_pay->void;
-%eidiot($error) if $error;
+%errorpage($error) if $error;
%
%print $cgi->redirect($p. "view/cust_main.cgi?". $custnum);
%