X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fflat_comission.pm;h=c05e455861acdadd93a128413a0379b89a9c50fc;hb=f0132dafa8a636b0ffb265fd398e7e82cf3d55b1;hp=4592bedef4501ee1790f2b1533b26dee2997594f;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;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;