summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action/collect.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_event/Action/collect.pm')
-rw-r--r--FS/FS/part_event/Action/collect.pm8
1 files changed, 2 insertions, 6 deletions
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 ) = @_;