X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fnotice_to.pm;h=565d169b00790238071873922c84c4052b230cea;hb=07d4f40fde413451502a42550da0cff9fa65a014;hp=dee293b706cbd433c43f2bc83cc3f7baeeb5af05;hpb=980069e7ae3d87b710c0fd044a06695822437987;p=freeside.git diff --git a/FS/FS/part_event/Action/notice_to.pm b/FS/FS/part_event/Action/notice_to.pm index dee293b70..565d169b0 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' => 30, + 'validation' => 'ut_email', }, 'msgnum' => { 'label' => 'Template', 'type' => 'select-table',