diff options
| -rwxr-xr-x | httemplate/search/cust_main-otaker.cgi | 2 | 
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}; | 
