X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fapply.pm;h=823d1e0d3511a6bfdc8c2add792effc77929f219;hb=2748aaf4aa3f19e17a37edc07e89ee402108900d;hp=f91c6047e6ff32aca6cf45cd11a94e83d7898999;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/FS/FS/part_event/Action/apply.pm b/FS/FS/part_event/Action/apply.pm index f91c6047e..823d1e0d3 100644 --- a/FS/FS/part_event/Action/apply.pm +++ b/FS/FS/part_event/Action/apply.pm @@ -7,13 +7,9 @@ sub description { 'Apply unapplied payments and credits'; } -sub deprecated { - 1; -} +sub deprecated { 1; } -sub default_weight { - 70; -} +sub default_weight { 70; } sub do_action { my( $self, $cust_object ) = @_;