X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_dish.cgi;h=f7084645474324a57b38f7b9fbf3167978ea006a;hb=e215fc213a1eb9a3365cecf5ce82f1a58f154cd6;hp=77a223933240eedd0d98c8e7d2f3549d41e32f46;hpb=b65b8096089410001dfbcd35f9a56f9405b9f5f1;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', },