summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_svc.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-10-08 19:14:28 +0000
committerjeff <jeff>2007-10-08 19:14:28 +0000
commit718f65eee1c797ea90a315b5f03fae75c80a5112 (patch)
treeb401a06d365a615c390d38f4a7ccbdabe9bc00ac /httemplate/edit/process/cust_svc.cgi
parent9fd3c8211ebccf727d1c048620d1527926a3b779 (diff)
Remove remaining calls to idiot/eidiot. Should fix 1479
Diffstat (limited to 'httemplate/edit/process/cust_svc.cgi')
-rw-r--r--httemplate/edit/process/cust_svc.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_svc.cgi b/httemplate/edit/process/cust_svc.cgi
index 3a07d1e7a..e9d5f6238 100644
--- a/httemplate/edit/process/cust_svc.cgi
+++ b/httemplate/edit/process/cust_svc.cgi
@@ -21,7 +21,7 @@
%if ( $error ) {
% #$cgi->param('error', $error);
% #print $cgi->redirect(popurl(2). "cust_svc.cgi?". $cgi->query_string );
-% eidiot($error);
+% errorpage($error);
%} else {
% my $svcdb = $new->part_svc->svcdb;
% print $cgi->redirect(popurl(3). "view/$svcdb.cgi?$svcnum");