X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fsesmon_minute.pm;h=b86cffd76683bf8e59ffb3a7764fc2652abef9a5;hb=5d5e7f7248d786938c08c867c9ad8f855f92c532;hp=8c9ef03cff23360ee081df29a2050c8916934fd1;hpb=bbc3d40443472024fa822cee6f9d58d42aee7e0f;p=freeside.git diff --git a/FS/FS/part_pkg/sesmon_minute.pm b/FS/FS/part_pkg/sesmon_minute.pm index 8c9ef03cf..b86cffd76 100644 --- a/FS/FS/part_pkg/sesmon_minute.pm +++ b/FS/FS/part_pkg/sesmon_minute.pm @@ -26,6 +26,12 @@ 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 ) = @);