diff options
Diffstat (limited to 'httemplate/edit/svc_dish.cgi')
-rw-r--r-- | httemplate/edit/svc_dish.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/svc_dish.cgi b/httemplate/edit/svc_dish.cgi index 77a223933..57df49846 100644 --- a/httemplate/edit/svc_dish.cgi +++ b/httemplate/edit/svc_dish.cgi @@ -21,6 +21,11 @@ my @fields = ( label => 'DISH Account #', }, { + field => 'installdate', + type => 'input-date-field', + label => 'Install date', + }, + { field => 'note', type => 'textarea', rows => 4, |