X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fsql_generic.pm;h=0e6ab7c0dbde47a4b33c1b55cae7aa6c6f2b4f0a;hb=3a17b276638200475d54201fa62566b7440e819a;hp=646957c9ce6e8deb439f8f89c4a8345b33426b68;hpb=e4ae5122522f2d45c68a38eaef337a82029f2fc1;p=freeside.git diff --git a/FS/FS/part_pkg/sql_generic.pm b/FS/FS/part_pkg/sql_generic.pm index 646957c9c..0e6ab7c0d 100644 --- a/FS/FS/part_pkg/sql_generic.pm +++ b/FS/FS/part_pkg/sql_generic.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA %info); use DBI; #use FS::Record qw(qsearch qsearchs); -use FS::part_pkg; +use FS::part_pkg::flat; @ISA = qw(FS::part_pkg::flat); @@ -14,7 +14,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'.