diff options
author | ivan <ivan> | 2010-07-14 10:33:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-14 10:33:23 +0000 |
commit | e0b07ba23f8239186817146543a12172cefa3e18 (patch) | |
tree | e8088dc192628eee81734fd8d7238d2615350331 | |
parent | 2e3e7811bdc3a376b4ff4cd8ff508368f60159d5 (diff) |
notices, RT#8324
-rw-r--r-- | FS/FS/part_event/Action/notice.pm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action/notice.pm b/FS/FS/part_event/Action/notice.pm index 6a51d1ea7..126965374 100644 --- a/FS/FS/part_event/Action/notice.pm +++ b/FS/FS/part_event/Action/notice.pm @@ -16,8 +16,14 @@ sub description { 'Send a notice from a message template'; } sub option_fields { ( - 'msgnum' => { 'label' => 'Template' }, + 'msgnum' => { 'label' => 'Template', + 'type' => 'select-table', + 'table' => 'msg_template', + 'name_col' => 'msgname', + 'disable_empty' => 1, + }, ); +} sub default_weight { 55; } #? |