X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_event%2FAction%2Fletter.pm;h=123b99004c4266709038d8bcb849d61f6445fd77;hb=304cf07be79b45930dcd5cb49cdf24aceaa3ebd9;hp=57b7b77838ec2ec9ad5625211342d6356d78ff89;hpb=671846c7bee35093d62a467236dddfe4706520b3;p=freeside.git diff --git a/FS/FS/part_event/Action/letter.pm b/FS/FS/part_event/Action/letter.pm index 57b7b7783..123b99004 100644 --- a/FS/FS/part_event/Action/letter.pm +++ b/FS/FS/part_event/Action/letter.pm @@ -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 ) = @_;