X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Frt_time.pm;h=9452d44023e04fa8ebff661ed9bfbace9d775b31;hb=371fb0b94d70c2f0c783b68350ac13e4e94cb3b9;hp=d179e750b73d1c1db8a2f3fa7c71a89592aafc42;hpb=250ac5b142e70f394cb9796b16264622c380e0c8;p=freeside.git diff --git a/FS/FS/part_pkg/rt_time.pm b/FS/FS/part_pkg/rt_time.pm index d179e750b..9452d4402 100644 --- a/FS/FS/part_pkg/rt_time.pm +++ b/FS/FS/part_pkg/rt_time.pm @@ -13,6 +13,7 @@ our $DEBUG = 0; our %info = ( 'name' => 'Bill from Time Worked on tickets in RT', 'shortname' => 'Project Billing (RT)', + 'weight' => 55, 'fields' => { 'base_rate' => { 'name' => 'Rate (per minute)', 'default' => 0, @@ -38,6 +39,8 @@ sub calc_recur { } +sub can_discount { 0; } + sub calc_cancel { my $self = shift; my($cust_pkg, $sdate, $details, $param ) = @_;