X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Findex.html;h=d563fa0b25d3ce0142279ac3a463f47962628949;hb=66906f54d1099dcae84e69240c3a16bc9a82c37f;hp=71926aa4ea5d8a47118f8ff690b0e259336ef406;hpb=0af38652da3b3be7da2d35b048285ef6f2194e1a;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 ) {