X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_fee_percent.pm;h=9206c6a33dec30cdbd78b9c11e319124fbdcf218;hb=7aad2eb29c444625fd1130f4ed37d89a7da2c027;hp=354778f7d9ee47e766f07c0809f26968bb362753;hpb=d1014a727cefa5d9813153594541f62ec15fc8b9;p=freeside.git diff --git a/FS/FS/part_event/Action/cust_bill_fee_percent.pm b/FS/FS/part_event/Action/cust_bill_fee_percent.pm index 354778f7d..9206c6a33 100644 --- a/FS/FS/part_event/Action/cust_bill_fee_percent.pm +++ b/FS/FS/part_event/Action/cust_bill_fee_percent.pm @@ -9,6 +9,8 @@ sub eventtable_hashref { { 'cust_bill' => 1 }; } +sub event_stage { 'pre-bill'; } + sub option_fields { ( 'percent' => { label=>'Percent', size=>2, },