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