summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-02-09 18:24:02 +0000
committerivan <ivan>2002-02-09 18:24:02 +0000
commit0bdec843e4a9bb7f947c9ba980a40f7bf37020fb (patch)
tree091a5f2de8c7b85362fd68eff63f111788c1b45c /httemplate/search/cust_main.cgi
parent4609bb519b7fdf0eace6523fee49752cdb82a1ef (diff)
no more exit() in templates
Diffstat (limited to 'httemplate/search/cust_main.cgi')
-rwxr-xr-xhttemplate/search/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi
index f21dd7ed1..89e325d09 100755
--- a/httemplate/search/cust_main.cgi
+++ b/httemplate/search/cust_main.cgi
@@ -150,7 +150,7 @@ if ( scalar(@cust_main) == 1 && ! $cgi->param('referral_custnum') ) {
} else {
print $cgi->redirect(popurl(2). "view/cust_main.cgi?". $cust_main[0]->custnum);
}
- exit;
+ #exit;
} elsif ( scalar(@cust_main) == 0 ) {
eidiot "No matching customers found!\n";
} else {