From ccc850e9ace238da093cd13dc3fd833629fcf47a Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 22 Oct 2018 19:18:51 -0400 Subject: RT# 71289 - add contact changes to customer change history --- httemplate/elements/change_history_common.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'httemplate/elements') 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 { -- cgit v1.2.1