X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_event%2FAction%2Faddpost.pm;h=f92e72ea00dedfcfeb38ff60309e4b0bff9c9734;hb=cd3719db530b4bffc1f2fe860bbc7a52f4b2235c;hp=e0e3fa8783e59af805ef9895dee0ffee1d83973e;hpb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;p=freeside.git diff --git a/FS/FS/part_event/Action/addpost.pm b/FS/FS/part_event/Action/addpost.pm index e0e3fa878..f92e72ea0 100644 --- a/FS/FS/part_event/Action/addpost.pm +++ b/FS/FS/part_event/Action/addpost.pm @@ -3,13 +3,9 @@ package FS::part_event::Action::addpost; use strict; use base qw( FS::part_event::Action ); -sub description { - 'Add postal invoicing'; -} +sub description { 'Add postal invoicing'; } -sub default_weight { - 20; -} +sub default_weight { 20; } sub do_action { my( $self, $cust_object ) = @_;