summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-01-30 07:55:39 +0000
committerivan <ivan>2010-01-30 07:55:39 +0000
commit76722f634186b9e6f164640700029e6f1bee5722 (patch)
tree4aa5fffb6c353e7b305ae078a9a93ba4519ad686 /FS/FS
parent0fcdc36642e1430f02ebf5326740e231883bd41f (diff)
giving it a weight avoids weight use of uninitialized value in sort messages in part_pkg.pm
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/part_pkg/rt_time.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_pkg/rt_time.pm b/FS/FS/part_pkg/rt_time.pm
index d179e75..675a466 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,