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