Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / view / svc_dish.cgi
index 768c137..58da707 100644 (file)
@@ -14,6 +14,8 @@ my %labels = map { $_ =>  ( ref($fields->{$_})
                  } keys %$fields;
 my @fields = ('acctnum',
               { field => 'installdate', type => 'date' },
-              'note'
+              { field => 'note', 
+                value => sub { encode_entities($_[0]->note) } 
+              },
               );
 </%init>