summaryrefslogtreecommitdiff
path: root/httemplate/index.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-05-06 23:13:11 -0700
committerIvan Kohler <ivan@freeside.biz>2013-05-06 23:13:11 -0700
commit9d35792778885932c09102bd011b518eb47c5131 (patch)
treeeba3d5836a71c74c8260733c044a529dbd1e56bc /httemplate/index.html
parent5c898c621e1343f8c116a75ca3131eb78229e09b (diff)
NG auth: fix new customer, remove mapsecrets support, RT#21563
Diffstat (limited to 'httemplate/index.html')
-rw-r--r--httemplate/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/index.html b/httemplate/index.html
index bc51e6a52..d563fa0b2 100644
--- a/httemplate/index.html
+++ b/httemplate/index.html
@@ -21,7 +21,7 @@
% ORDER BY history_date desc" # LIMIT 10
% ) or die dbh->errstr;
%
-% $sth->execute( getotaker() ) or die $sth->errstr;
+% $sth->execute( $FS::CurrentUser::CurrentUser->username ) or die $sth->errstr;
%
% my %saw = ();
% my @custnums = grep { !$saw{$_}++ } map $_->[0], @{ $sth->fetchall_arrayref };