X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fbill.pm;h=b96614d219f2154d570038e84ea105a7c82fff88;hb=58f99accce35aa76abe9ff852f6c6ee84e8ce712;hp=fec025f62d72e60d9115eacf29b4e5dfe0cffa1e;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;p=freeside.git diff --git a/FS/FS/part_event/Action/bill.pm b/FS/FS/part_event/Action/bill.pm index fec025f62..b96614d21 100644 --- a/FS/FS/part_event/Action/bill.pm +++ b/FS/FS/part_event/Action/bill.pm @@ -8,13 +8,9 @@ sub description { 'Generate invoices (normally only used with a Late Fee event)'; } -sub deprecated { - 1; -} +sub deprecated { 1; } -sub default_weight { - 60; -} +sub default_weight { 60; } sub do_action { my( $self, $cust_object ) = @_;