X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fsesmon_minute.pm;h=39516f8b3b83a72040150573d1105d2866da9056;hb=dbb388836b7951a3db49deda05a1ff9ba5125c17;hp=cd859bfe3be0fa691502eaf16e26c365a7399344;hpb=192ddadcdd3776a2380e5295081f4ef17fe6bfa5;p=freeside.git diff --git a/FS/FS/part_pkg/sesmon_minute.pm b/FS/FS/part_pkg/sesmon_minute.pm index cd859bfe3..39516f8b3 100644 --- a/FS/FS/part_pkg/sesmon_minute.pm +++ b/FS/FS/part_pkg/sesmon_minute.pm @@ -3,7 +3,7 @@ package FS::part_pkg::sesmon_minute; use strict; use vars qw(@ISA %info); #use FS::Record qw(qsearch qsearchs); -use FS::part_pkg; +use FS::part_pkg::flat; @ISA = qw(FS::part_pkg::flat); @@ -13,7 +13,7 @@ use FS::part_pkg; 'setup_fee' => { 'name' => 'Setup fee for this package', 'default' => 0, }, - 'recur_flat' => { 'name' => 'Base monthly charge for this package', + 'recur_flat' => { 'name' => 'Base recurring fee for this package', 'default' => 0, }, 'unused_credit' => { 'name' => 'Credit the customer for the unused portion'.