[freeside-commits] freeside/FS/FS/part_event/Action notice.pm, 1.1.2.2, 1.1.2.3
Ivan,,,
ivan at wavetail.420.am
Wed Jul 14 03:33:25 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Action
In directory wavetail.420.am:/tmp/cvs-serv11307
Modified Files:
Tag: FREESIDE_1_9_BRANCH
notice.pm
Log Message:
notices, RT#8324
Index: notice.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Action/notice.pm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- notice.pm 13 Jul 2010 11:09:56 -0000 1.1.2.2
+++ notice.pm 14 Jul 2010 10:33:23 -0000 1.1.2.3
@@ -16,8 +16,14 @@
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; } #?
More information about the freeside-commits
mailing list