X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_pkg%2Fbase_rate.pm;h=64636d9aece4dcb987645ff1d25afd65837dfaad;hb=e3dffa23a03cd9f88946ceb78bc75ada29bc013a;hp=04896e0fd490beb54c98512a2a59507ee081f43d;hpb=d4734cefabb54109fc036cb030adff6f5c5b5119;p=freeside.git diff --git a/FS/FS/part_pkg/base_rate.pm b/FS/FS/part_pkg/base_rate.pm index 04896e0fd..64636d9ae 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 {