X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Fsvc_dish.cgi;h=f7084645474324a57b38f7b9fbf3167978ea006a;hb=4639e25a658d9a0bf295415642fae8e8cdad846a;hp=77a223933240eedd0d98c8e7d2f3549d41e32f46;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/edit/svc_dish.cgi b/httemplate/edit/svc_dish.cgi index 77a223933..f70846454 100644 --- a/httemplate/edit/svc_dish.cgi +++ b/httemplate/edit/svc_dish.cgi @@ -20,11 +20,16 @@ my @fields = ( type => 'text', label => 'DISH Account #', }, + { + field => 'installdate', + type => 'input-date-field', + label => 'Install date', + }, { field => 'note', type => 'textarea', - rows => 4, - cols => 30, + rows => 8, + cols => 50, label => 'Installation notes', },