From 91fd4ea0e91ee9e6717e0b12e01eebb8f8b21322 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 29 Apr 2011 08:58:19 +0000 Subject: svc_dish and svc_hardware fixes, #11454 --- httemplate/view/svc_dish.cgi | 5 ++++- httemplate/view/svc_hardware.cgi | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'httemplate/view') 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' + ); diff --git a/httemplate/view/svc_hardware.cgi b/httemplate/view/svc_hardware.cgi index 9cea341d7..8201e9db0 100644 --- a/httemplate/view/svc_hardware.cgi +++ b/httemplate/view/svc_hardware.cgi @@ -20,5 +20,5 @@ my $status = { field => 'statusnum', type => 'text', value => sub { $_[0]->status_label } }; -my @fields = ($model, qw( serial hw_addr ip_addr ), $status, 'note' ); +my @fields = ($model, qw( serial hw_addr ip_addr smartcard ), $status, 'note' ); -- cgit v1.2.1