X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fsqlradacct_hour.pm;h=15f678f0e123bd1e052df58996b544a58e47750b;hb=91e7650c03c9194ee2fee6334699203f31efa7ce;hp=c86956a448f2e2aaaa72d4a9f9dd499dd9445678;hpb=bdbfd5c5a3bb7bc193b82dc39b98ae9ffe99da44;p=freeside.git diff --git a/FS/FS/part_pkg/sqlradacct_hour.pm b/FS/FS/part_pkg/sqlradacct_hour.pm index c86956a44..15f678f0e 100644 --- a/FS/FS/part_pkg/sqlradacct_hour.pm +++ b/FS/FS/part_pkg/sqlradacct_hour.pm @@ -158,6 +158,8 @@ sub calc_recur { $self->option('recur_fee') + $charges; } +sub can_discount { 0; } + sub is_free_options { qw( setup_fee recur_fee recur_hourly_charge recur_input_charge recur_output_charge recur_total_charge );