[freeside-commits] branch master updated. 07d4f40fde413451502a42550da0cff9fa65a014
Mitch Jackson
mitch at freeside.biz
Wed Nov 28 12:32:30 PST 2018
The branch, master has been updated
via 07d4f40fde413451502a42550da0cff9fa65a014 (commit)
from c740112fba28d2ad31e99f85eafcb722f3080ef9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 07d4f40fde413451502a42550da0cff9fa65a014
Author: Mitch Jackson <mitch at freeside.biz>
Date: Wed Nov 28 15:32:14 2018 -0500
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',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_event/Action/notice_to.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list