small fix to change history to not error out with svc_acct services, RT#1005
[freeside.git] / httemplate / view / cust_main / change_history.html
index 1700bc3..53a79f4 100644 (file)
@@ -202,7 +202,7 @@ my $pkg_labelsub = sub {
 
 my $svc_labelsub = sub {
   my($item, $label) = @_;
-  $label. ': <b>'. encode_entities($item->label). '</b>';
+  $label. ': <b>'. encode_entities($item->label($item->history_date)). '</b>';
 };
 
 my %h_table_labelsub = (