From e0b07ba23f8239186817146543a12172cefa3e18 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 Jul 2010 10:33:23 +0000 Subject: [PATCH] notices, RT#8324 --- FS/FS/part_event/Action/notice.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; } #? -- 2.11.0