RT# 76309 Fix typo
authorMitch Jackson <mitch@freeside.biz>
Wed, 28 Nov 2018 20:32:14 +0000 (15:32 -0500)
committerMitch Jackson <mitch@freeside.biz>
Wed, 28 Nov 2018 20:55:13 +0000 (15:55 -0500)
FS/FS/part_event/Action/notice_to.pm

index 98f5cd3..565d169 100644 (file)
@@ -23,7 +23,7 @@ sub option_fields {
   (
     'to'     => { 'label'      => 'Destination',
                   'type'       => 'text',
-                  'size'       => 200,
+                  'size'       => 30,
                   'validation' => 'ut_email',
                 },
     'msgnum' => { 'label'    => 'Template',