1 package FS::part_event::Action::cust_bill_fee;
4 use base qw( FS::part_event::Action::Mixin::fee );
6 sub description { 'Charge a fee based on this invoice'; }
8 sub eventtable_hashref {
14 __PACKAGE__->SUPER::option_fields,
15 'nextbill' => { label => 'Hold fee until the customer\'s next bill',
22 # it makes sense for this to be optional for previous-invoice fees
25 $self->option('nextbill');