X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fflat_comission_cust.pm;h=5db46585ebb2a4711eceddb94e83a39c88d0fd32;hb=0907d7eb5c2b65c9b9a797b92802a21e618d8b96;hp=82e5111e84ad2ad50255e873954716a4edbdc7d6;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/FS/FS/part_pkg/flat_comission_cust.pm b/FS/FS/part_pkg/flat_comission_cust.pm index 82e5111e8..5db46585e 100644 --- a/FS/FS/part_pkg/flat_comission_cust.pm +++ b/FS/FS/part_pkg/flat_comission_cust.pm @@ -9,6 +9,7 @@ use FS::part_pkg::flat; %info = ( 'name' => 'Flat rate with recurring commission per active customer', + 'shortname' => 'Commission per active customer', 'fields' => { 'setup_fee' => { 'name' => 'Setup fee for this package', 'default' => 0, @@ -61,4 +62,6 @@ sub calc_recur { $self->option('recur_fee'); } +sub can_discount { 0; } + 1;