add event action to send an invoice attached to a notice, #40152
[freeside.git] / FS / FS / part_event / Action / letter.pm
index 57b7b77..123b990 100644 (file)
@@ -20,12 +20,13 @@ sub option_fields {
                   'type'     => 'select-table',
                   'table'    => 'msg_template',
                   'name_col' => 'msgname',
+                  'hashref'  => { disabled => '' },
                   'disable_empty' => 1,
                 },
   );
 }
 
-sub default_weight { 56; } #?
+sub default_weight { 58; }
 
 sub do_action {
   my( $self, $object ) = @_;