X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_batch.pm;h=50c306a45a94bab033531cc61d3e60aacf391ba1;hb=871700058406b65d66bfcf645e4546fafb132246;hp=aec09250b2431fa800c54a144a1751c77403bcc3;hpb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;p=freeside.git diff --git a/FS/FS/part_event/Action/cust_bill_batch.pm b/FS/FS/part_event/Action/cust_bill_batch.pm index aec09250b..50c306a45 100644 --- a/FS/FS/part_event/Action/cust_bill_batch.pm +++ b/FS/FS/part_event/Action/cust_bill_batch.pm @@ -3,21 +3,15 @@ package FS::part_event::Action::cust_bill_batch; use strict; use base qw( FS::part_event::Action ); -sub description { - 'Add card or check to a pending batch'; -} +sub description { 'Add card or check to a pending batch'; } -sub deprecated { - 1; -} +sub deprecated { 1; } sub eventtable_hashref { { 'cust_bill' => 1 }; } -sub default_weight { - 40; -} +sub default_weight { 40; } sub do_action { my( $self, $cust_bill ) = @_;