better legacy history display, RT#29311
authorIvan Kohler <ivan@freeside.biz>
Tue, 10 Mar 2015 22:20:36 +0000 (15:20 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 10 Mar 2015 22:20:36 +0000 (15:20 -0700)
httemplate/elements/change_history_common.html

index d941427..e56bd1d 100644 (file)
   <TR>
 
     <TD ALIGN="left" CLASS="grid" BGCOLOR="<% $bgcolor %>">
-%     my $otaker;
+%     my $otaker = '';
 %     if ( $item->history_usernum ) {
 %       $access_user{ $item->history_usernum } ||=
-%         qsearchs('access_user', { 'usernum' => $item->history_usernum });
+%         FS::access_user->by_key( $item->history_usernum );
 %       $otaker = $access_user{ $item->history_usernum }->username
 %         if $access_user{ $item->history_usernum };
 %     }
@@ -83,7 +83,7 @@
 
     <TD ALIGN="center" CLASS="grid" BGCOLOR="<% $bgcolor %>">
 %       my $label = '';
-%       if ( $item->table eq 'legacy_cust_bill' ) {
+%       if ( $item->table eq 'legacy_cust_history' ) {
 %         $label = $item->item;
 %       } else {
 %         $label = $item->table;
     </TD>
 
     <TD ALIGN="left" CLASS="grid" BGCOLOR="<% $bgcolor %>">
-%     if ( $item->table eq 'legacy_cust_bill' ) {
+%     if ( $item->table eq 'legacy_cust_history' ) {
         <% $item->description |h %>
 %     } else {
         <% join(', ',