summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg/base_rate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_pkg/base_rate.pm')
-rw-r--r--FS/FS/part_pkg/base_rate.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/base_rate.pm b/FS/FS/part_pkg/base_rate.pm
index 04896e0..64636d9 100644
--- a/FS/FS/part_pkg/base_rate.pm
+++ b/FS/FS/part_pkg/base_rate.pm
@@ -9,6 +9,9 @@ use FS::part_pkg;
%info = (
'name' => 'Base rate (anniversary billing, Times units ordered)',
+ # XXX it multiplies recurring fee by cust_pkg option "units", how to
+ # express that
+ 'shortname' => 'Bulk (manual from "units" option)',
'fields' => {
'setup_fee' => { 'name' => 'Setup fee for this package',
'default' => 0,
@@ -26,7 +29,7 @@ use FS::part_pkg;
},
'fieldorder' => [ 'setup_fee', 'recur_fee', 'unused_credit',
'externalid' ],
- 'weight' => 10,
+ 'weight' => 52,
);
sub calc_setup {