charges and time are not measured in megabytes
authorjeff <jeff>
Tue, 8 May 2007 22:11:14 +0000 (22:11 +0000)
committerjeff <jeff>
Tue, 8 May 2007 22:11:14 +0000 (22:11 +0000)
FS/FS/part_pkg/flat.pm

index 9f5e784..31658cd 100644 (file)
@@ -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' => '',