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