summaryrefslogtreecommitdiff
path: root/htdocs/edit/process/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>1999-04-07 15:24:06 +0000
committerivan <ivan>1999-04-07 15:24:06 +0000
commit4ad9c02763c02067fe53cd994b2a75468f280bf0 (patch)
tree4bbcd4283f736b7f81ab7be8706e72ce83514639 /htdocs/edit/process/cust_main.cgi
parent35efa918b163f10c1bdcc70087653f8be00b3bc5 (diff)
don't use anchor in redirect
Diffstat (limited to 'htdocs/edit/process/cust_main.cgi')
-rwxr-xr-xhtdocs/edit/process/cust_main.cgi9
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/edit/process/cust_main.cgi b/htdocs/edit/process/cust_main.cgi
index 2eb1c19e3..729bed7c4 100755
--- a/htdocs/edit/process/cust_main.cgi
+++ b/htdocs/edit/process/cust_main.cgi
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: cust_main.cgi,v 1.8 1999-03-25 13:55:10 ivan Exp $
+# $Id: cust_main.cgi,v 1.9 1999-04-07 15:22:19 ivan Exp $
#
# Usage: post form to:
# http://server.name/path/cust_main.cgi
@@ -20,7 +20,10 @@
# bmccane@maxbaud.net 98-apr-3
#
# $Log: cust_main.cgi,v $
-# Revision 1.8 1999-03-25 13:55:10 ivan
+# Revision 1.9 1999-04-07 15:22:19 ivan
+# don't use anchor in redirect
+#
+# Revision 1.8 1999/03/25 13:55:10 ivan
# one-screen new customer entry (including package and service) for simple
# packages with one svc_acct service
#
@@ -174,5 +177,5 @@ if ( $error ) {
} else {
$new->invoicing_list( \@invoicing_list );
$custnum = $new->custnum;
- print $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum#cust_main");
+ print $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum");
}