stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / edit / svc_dish.cgi
index 77a2239..f708464 100644 (file)
@@ -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',
   },