summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-11-28 15:24:45 -0500
committerMitch Jackson <mitch@freeside.biz>2018-11-28 15:38:32 -0500
commitc578460d221f455483cd1ca57eedf092dbeef75e (patch)
tree86e1267b1936d53f8b266d4043efc5eb7a15836b /FS/FS/part_event/Action
parent11fbfa8202889e84c2dacaa5d0b0dc6c0960eb38 (diff)
RT# 76309 Validate E-Mail address on billing event action notice_to
Diffstat (limited to 'FS/FS/part_event/Action')
-rw-r--r--FS/FS/part_event/Action/notice_to.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/FS/FS/part_event/Action/notice_to.pm b/FS/FS/part_event/Action/notice_to.pm
index dee293b..98f5cd3 100644
--- a/FS/FS/part_event/Action/notice_to.pm
+++ b/FS/FS/part_event/Action/notice_to.pm
@@ -21,9 +21,10 @@ sub eventtable_hashref {
sub option_fields {
(
- 'to' => { 'label' => 'Destination',
- 'type' => 'text',
- 'size' => 30,
+ 'to' => { 'label' => 'Destination',
+ 'type' => 'text',
+ 'size' => 200,
+ 'validation' => 'ut_email',
},
'msgnum' => { 'label' => 'Template',
'type' => 'select-table',