summaryrefslogtreecommitdiff
path: root/FS/FS
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:32:14 -0500
commit07d4f40fde413451502a42550da0cff9fa65a014 (patch)
tree8ace7a306a88582af77eec5610aa6039634919d4 /FS/FS
parentc740112fba28d2ad31e99f85eafcb722f3080ef9 (diff)
RT# 76309 Fix typo
Diffstat (limited to 'FS/FS')
-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',