giving it a weight avoids weight use of uninitialized value in sort messages in part_...
authorivan <ivan>
Sat, 30 Jan 2010 07:55:39 +0000 (07:55 +0000)
committerivan <ivan>
Sat, 30 Jan 2010 07:55:39 +0000 (07:55 +0000)
FS/FS/part_pkg/rt_time.pm

index d179e75..675a466 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,