From 76722f634186b9e6f164640700029e6f1bee5722 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 30 Jan 2010 07:55:39 +0000 Subject: [PATCH] giving it a weight avoids weight use of uninitialized value in sort messages in part_pkg.pm --- FS/FS/part_pkg/rt_time.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/part_pkg/rt_time.pm b/FS/FS/part_pkg/rt_time.pm index d179e750b..675a466b3 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, -- 2.11.0