summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2007-05-08 22:11:14 +0000
committerjeff <jeff>2007-05-08 22:11:14 +0000
commit0ed3aa39c39fa085f95a72d67b12b480f602ffc4 (patch)
tree4e7e92596e814c954312deaaccbf4a4fd40047c2 /FS
parent030e64724c5fcb824785c531e8aaa1973e467108 (diff)
charges and time are not measured in megabytes
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_pkg/flat.pm4
1 files changed, 0 insertions, 4 deletions
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' => '',