X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcollect.pm;h=98814404e8c5a1d67c8061e207f21952faffcc39;hb=2748aaf4aa3f19e17a37edc07e89ee402108900d;hp=fa94b7def10ca8636d9cccce93b2047b806056bd;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/FS/FS/part_event/Action/collect.pm b/FS/FS/part_event/Action/collect.pm index fa94b7def..98814404e 100644 --- a/FS/FS/part_event/Action/collect.pm +++ b/FS/FS/part_event/Action/collect.pm @@ -8,13 +8,9 @@ sub description { 'Collect on invoices (normally only used with a Late Fee and Generate Invoice events)'; } -sub deprecated { - 1; -} +sub deprecated { 1; } -sub default_weight { - 80; -} +sub default_weight { 80; } sub do_action { my( $self, $cust_object ) = @_;