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