[freeside-commits] freeside/FS/FS/part_pkg flat.pm,1.16,1.17

Jeff Finucane,420,, jeff at wavetail.420.am
Tue May 8 15:11:16 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail:/home/jeff/freeside/FS/FS/part_pkg

Modified Files:
	flat.pm 
Log Message:
charges and time are not measured in megabytes

Index: flat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- flat.pm	19 Apr 2007 23:30:39 -0000	1.16
+++ flat.pm	8 May 2007 22:11:14 -0000	1.17
@@ -44,13 +44,9 @@
                        },
     'recharge_amount'       => { 'name' => 'Cost of recharge for this package',
                          'default' => '',
-                         'format' => \&FS::UI::bytecount::display_bytecount,
-                         'parse' => \&FS::UI::bytecount::parse_bytecount,
                        },
     'recharge_seconds'      => { 'name' => 'Recharge time for this package',
                          'default' => '',
-                         'format' => \&FS::UI::bytecount::display_bytecount,
-                         'parse' => \&FS::UI::bytecount::parse_bytecount,
                        },
     'recharge_upbytes'      => { 'name' => 'Recharge upload for this package',
                          'default' => '',



More information about the freeside-commits mailing list