summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_dish.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/svc_dish.cgi')
-rw-r--r--httemplate/view/svc_dish.cgi5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/view/svc_dish.cgi b/httemplate/view/svc_dish.cgi
index d4aa8bfdf..768c1372f 100644
--- a/httemplate/view/svc_dish.cgi
+++ b/httemplate/view/svc_dish.cgi
@@ -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>