From: ivan Date: Sat, 30 Jan 2010 07:55:39 +0000 (+0000) Subject: giving it a weight avoids weight use of uninitialized value in sort messages in part_... X-Git-Tag: root_of_svc_elec_features~499 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=76722f634186b9e6f164640700029e6f1bee5722 giving it a weight avoids weight use of uninitialized value in sort messages in part_pkg.pm --- 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,