X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fsesmon_hour.pm;h=8d019c306c3710e320fa1940c1ad483c8a3830de;hb=72deba42ac5847c2a6bdeea20157035b8f9df7ae;hp=a57b1591a2574f342520164aef4cfcf0be7f0038;hpb=bbc3d40443472024fa822cee6f9d58d42aee7e0f;p=freeside.git diff --git a/FS/FS/part_pkg/sesmon_hour.pm b/FS/FS/part_pkg/sesmon_hour.pm index a57b1591a..8d019c306 100644 --- a/FS/FS/part_pkg/sesmon_hour.pm +++ b/FS/FS/part_pkg/sesmon_hour.pm @@ -26,6 +26,13 @@ use FS::part_pkg::flat; 'weight' => 80, ); +sub price_info { + my $self = shift; + my $str = $self->SUPER::price_info; + $str .= " plus usage" if $str; + $str; +} + sub calc_recur { my($self, $cust_pkg ) = @_;