X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_dish.cgi;h=f7084645474324a57b38f7b9fbf3167978ea006a;hp=77a223933240eedd0d98c8e7d2f3549d41e32f46;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=b65b8096089410001dfbcd35f9a56f9405b9f5f1 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 @@ -21,10 +21,15 @@ my @fields = ( 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', },