From: Mitch Jackson Date: Wed, 28 Nov 2018 20:32:14 +0000 (-0500) Subject: RT# 76309 Fix typo X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bcc11e8b99854452cdccd9406918c015bee784cb RT# 76309 Fix typo --- diff --git a/FS/FS/part_event/Action/notice_to.pm b/FS/FS/part_event/Action/notice_to.pm index 98f5cd3c9..565d169b0 100644 --- a/FS/FS/part_event/Action/notice_to.pm +++ b/FS/FS/part_event/Action/notice_to.pm @@ -23,7 +23,7 @@ sub option_fields { ( 'to' => { 'label' => 'Destination', 'type' => 'text', - 'size' => 200, + 'size' => 30, 'validation' => 'ut_email', }, 'msgnum' => { 'label' => 'Template',