small fix to change history to not error out with svc_acct services, RT#1005
authorivan <ivan>
Thu, 30 Jul 2009 07:39:17 +0000 (07:39 +0000)
committerivan <ivan>
Thu, 30 Jul 2009 07:39:17 +0000 (07:39 +0000)
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 = (