From: jeff Date: Tue, 8 May 2007 22:10:32 +0000 (+0000) Subject: charges and time are not measured in megabytes X-Git-Tag: freeside_1_7_3rc1~449 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=87324c5bb35c765043a3a631ec20014dc00301c6;p=freeside.git charges and time are not measured in megabytes --- diff --git a/FS/FS/part_pkg/flat.pm b/FS/FS/part_pkg/flat.pm index 9f5e78446..31658cd52 100644 --- a/FS/FS/part_pkg/flat.pm +++ b/FS/FS/part_pkg/flat.pm @@ -44,13 +44,9 @@ use FS::part_pkg; }, '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' => '',