X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fchange_history_common.html;h=f22e093605fd02fa45d8f422b2ca936d5c44f4dd;hp=4c05f4e3a2907b9e5824545dbd00428d74715028;hb=ccc850e9ace238da093cd13dc3fd833629fcf47a;hpb=cc8918dd73e3bf01fe69bdda09e2229a5c302f10 diff --git a/httemplate/elements/change_history_common.html b/httemplate/elements/change_history_common.html index 4c05f4e3a..f22e09360 100644 --- a/httemplate/elements/change_history_common.html +++ b/httemplate/elements/change_history_common.html @@ -53,6 +53,8 @@ % $description = &{ $h_table_descripsub{$item->table} }( $item, $tables{'cust_tag'} ) % if $single_cust && $h_table_descripsub{$item->table}; % } else { +% my @fields = $item->fields; +% push @fields, 'message_dest' if $item->table eq 'h_contact'; % $description = join(', ', % map { my $value = ( $_ =~ /(^pay(info|cvv)|^ss|_password)$/ ) % ? 'N/A' @@ -71,7 +73,7 @@ % : ( $item->get($_) =~ /\S/ ) % } % grep { ! /^(history|custnum$)/i } -% $item->fields +% @fields % ); % if ( $single_cust && $h_table_descripsub{$item->table} ) { % $description = &{ $h_table_descripsub{$item->table} }( $item ); @@ -229,6 +231,7 @@ my %h_table_labelsub = ( #'h_phone_device' #'h_cust_tag' => $tag_labelsub, 'h_contact' => $contact_labelsub, + 'h_cust_contact' => $contact_labelsub, ); my $tag_descripsub = sub {