X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Findex.html;h=d563fa0b25d3ce0142279ac3a463f47962628949;hb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;hp=71926aa4ea5d8a47118f8ff690b0e259336ef406;hpb=a10c9fb8cece00fc3b996f56c61b6841e93c1551;p=freeside.git diff --git a/httemplate/index.html b/httemplate/index.html index 71926aa4e..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 }; @@ -46,7 +46,7 @@ % next unless $cust_main; - <% $cust_main->display_custnum %>: <% $cust_main->name %> + <% $cust_main->display_custnum %>: <% $cust_main->name |h %> % if ( $bgcolor eq $bgcolor1 ) {