From: ivan Date: Thu, 19 May 2011 00:21:20 +0000 (+0000) Subject: remove obsolete reports -> customers -> search customers -> by ordering employee... X-Git-Tag: freeside_2_1_3~202 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=fa42af7640a4d34a94e3209eef7f2b079205deaa;p=freeside.git remove obsolete reports -> customers -> search customers -> by ordering employee, RT#12360 --- diff --git a/httemplate/search/cust_main-otaker.cgi b/httemplate/search/cust_main-otaker.cgi deleted file mode 100755 index 0c252e44b..000000000 --- a/httemplate/search/cust_main-otaker.cgi +++ /dev/null @@ -1,31 +0,0 @@ -<% include('/elements/header.html', 'Customer Search' ) %> - -
- -Search for Order taker: - -% my $sth = dbh->prepare("SELECT DISTINCT otaker FROM cust_main") -% or die dbh->errstr; -% $sth->execute() or die $sth->errstr; -% #my @otakers = map { $_->[0] } @{$sth->fetchall_arrayref}; -% - - - -

- -

- -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); - -