X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Ftorrus_Common.pm;h=b32deab04d43fab2edbfca6fbb940f44b7be578f;hb=dc83512c36dc6bea2585abada4f88d714c600e55;hp=d0dc9d14dac0fe95ec5fb54af3f14f31946bd506;hpb=a3083358ecc9b9b7f9294847cbea30652b48d8e8;p=freeside.git diff --git a/FS/FS/part_pkg/torrus_Common.pm b/FS/FS/part_pkg/torrus_Common.pm index d0dc9d14d..b32deab04 100644 --- a/FS/FS/part_pkg/torrus_Common.pm +++ b/FS/FS/part_pkg/torrus_Common.pm @@ -11,7 +11,7 @@ sub recur_temporality { 'preceding'; } sub price_info { my $self = shift; - my $str = $self->SUPER::price_info; + my $str = $self->SUPER::price_info(@_); $str .= " plus usage" if $str; $str; }