X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fflat_comission.pm;h=c05e455861acdadd93a128413a0379b89a9c50fc;hb=20f38e4c256094bd938b732950e8f93319f851a5;hp=4592bedef4501ee1790f2b1533b26dee2997594f;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/FS/FS/part_pkg/flat_comission.pm b/FS/FS/part_pkg/flat_comission.pm index 4592bedef..c05e45586 100644 --- a/FS/FS/part_pkg/flat_comission.pm +++ b/FS/FS/part_pkg/flat_comission.pm @@ -9,6 +9,7 @@ use FS::part_pkg::flat; %info = ( 'name' => 'Flat rate with recurring commission per (any) active package', + 'shortname' => 'Commission per (any) active package', 'fields' => { 'setup_fee' => { 'name' => 'Setup fee for this package', 'default' => 0, @@ -63,4 +64,6 @@ sub calc_recur { $self->option('recur_fee'); } +sub can_discount { 0; } + 1;