summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2004-06-10 11:28:19 +0000
committerivan <ivan>2004-06-10 11:28:19 +0000
commite0c62c388f74e543328f3691e8a8a1edb451a804 (patch)
treefba4a223d3e0e0462a28a0de06a09788c8b19c38 /httemplate/search
parent50561b7c4648c21c4abe75758fc3e426d120ca88 (diff)
tyop
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/cust_main-otaker.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main-otaker.cgi b/httemplate/search/cust_main-otaker.cgi
index b7173c49c..68569f085 100755
--- a/httemplate/search/cust_main-otaker.cgi
+++ b/httemplate/search/cust_main-otaker.cgi
@@ -11,7 +11,7 @@
Search for <B>Order taker</B>:
<INPUT TYPE="hidden" NAME="otaker_on" VALUE="TRUE">
<% my $dbh = dbh;
- my $sth = dbh->prepare("SELECT DISTINCT otaker FROM cust_main")
+ my $sth = $dbh->prepare("SELECT DISTINCT otaker FROM cust_main")
or eidiot $dbh->errstr;
$sth->execute() or eidiot $sth->errstr;
# my @otakers = map { $_->[0] } @{$sth->selectall_arrayref};