1 package FS::part_event::Action::cust_fee;
4 use base qw( FS::part_event::Action::Mixin::fee );
6 sub description { 'Charge a fee based on the customer\'s current invoice'; }
8 sub eventtable_hashref {
12 sub hold_until_bill { 1 }
14 # Otherwise identical to cust_bill_fee. We only have a separate event
15 # because it behaves differently as an invoice event than as a customer
16 # event, and needs a different description.