prorate option to round to full day, RT#7353
[freeside.git] / FS / FS / part_pkg / rt_time.pm
index d179e75..9452d44 100644 (file)
@@ -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 ) = @_;