X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Ffee.pm;h=6450225a2a4986795a0fb7092ebdef5be66b6a6b;hb=7aad2eb29c444625fd1130f4ed37d89a7da2c027;hp=6ea7103abb39b2ea5352511d3eef82d01804f1e0;hpb=d1014a727cefa5d9813153594541f62ec15fc8b9;p=freeside.git diff --git a/FS/FS/part_event/Action/fee.pm b/FS/FS/part_event/Action/fee.pm index 6ea7103ab..6450225a2 100644 --- a/FS/FS/part_event/Action/fee.pm +++ b/FS/FS/part_event/Action/fee.pm @@ -5,6 +5,8 @@ use base qw( FS::part_event::Action ); sub description { 'Late fee (flat)'; } +sub event_stage { 'pre-bill'; } + sub option_fields { ( 'charge' => { label=>'Amount', type=>'money', }, # size=>7, },