[freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.13.2.3, 1.13.2.4
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue May 8 15:10:34 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail:/home/jeff/freeside-1.7/FS/FS/part_pkg
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.13.2.3
retrieving revision 1.13.2.4
diff -u -d -r1.13.2.3 -r1.13.2.4
--- flat.pm 19 Apr 2007 23:38:33 -0000 1.13.2.3
+++ flat.pm 8 May 2007 22:10:32 -0000 1.13.2.4
@@ -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