svc_dish and svc_hardware fixes, #11454
[freeside.git] / httemplate / view / svc_dish.cgi
index d4aa8bf..768c137 100644 (file)
@@ -12,5 +12,8 @@ my %labels = map { $_ =>  ( ref($fields->{$_})
                              : $fields->{$_}
                          );
                  } keys %$fields;
-my @fields = qw( acctnum note );
+my @fields = ('acctnum',
+              { field => 'installdate', type => 'date' },
+              'note'
+              );
 </%init>