summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-11-28 15:32:14 -0500
committerMitch Jackson <mitch@freeside.biz>2018-11-28 15:38:40 -0500
commitd20626460a7b547c88d06b30c6a279069ef3b17d (patch)
treed068af5900f6ff620766a5fee0617087b80a0a19 /FS/FS/part_event/Action
parentc578460d221f455483cd1ca57eedf092dbeef75e (diff)
RT# 76309 Fix typo
Diffstat (limited to 'FS/FS/part_event/Action')
-rw-r--r--FS/FS/part_event/Action/notice_to.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action/notice_to.pm b/FS/FS/part_event/Action/notice_to.pm
index 98f5cd3..565d169 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',