From: ivan Date: Thu, 30 Jul 2009 07:39:17 +0000 (+0000) Subject: small fix to change history to not error out with svc_acct services, RT#1005 X-Git-Tag: root_of_svc_elec_features~961 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=32e1fac180b972b037d36f4496566eaf7c6079c6 small fix to change history to not error out with svc_acct services, RT#1005 --- diff --git a/httemplate/view/cust_main/change_history.html b/httemplate/view/cust_main/change_history.html index 1700bc34b..53a79f47f 100644 --- a/httemplate/view/cust_main/change_history.html +++ b/httemplate/view/cust_main/change_history.html @@ -202,7 +202,7 @@ my $pkg_labelsub = sub { my $svc_labelsub = sub { my($item, $label) = @_; - $label. ': '. encode_entities($item->label). ''; + $label. ': '. encode_entities($item->label($item->history_date)). ''; }; my %h_table_labelsub = (