[freeside-commits] freeside/FS/FS/part_pkg rt_time.pm,1.1,1.2

Ivan,,, ivan at wavetail.420.am
Fri Jan 29 23:55:41 PST 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv6612

Modified Files:
	rt_time.pm 
Log Message:
giving it a weight avoids weight use of uninitialized value in sort messages in part_pkg.pm

Index: rt_time.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/rt_time.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rt_time.pm	26 Jan 2010 04:47:02 -0000	1.1
+++ rt_time.pm	30 Jan 2010 07:55:39 -0000	1.2
@@ -13,6 +13,7 @@
 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,



More information about the freeside-commits mailing list