From: ivan Date: Mon, 19 Dec 2005 04:18:54 +0000 (+0000) Subject: correct field labeling - not always monthly X-Git-Tag: BEFORE_FINAL_MASONIZE~248 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=96946b956b5f89693f94e2aab930510a036b8192 correct field labeling - not always monthly --- diff --git a/FS/FS/part_pkg/sesmon_hour.pm b/FS/FS/part_pkg/sesmon_hour.pm index b80fac3e4..9843edbec 100644 --- a/FS/FS/part_pkg/sesmon_hour.pm +++ b/FS/FS/part_pkg/sesmon_hour.pm @@ -13,7 +13,7 @@ use FS::part_pkg::flat; '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'. diff --git a/FS/FS/part_pkg/sesmon_minute.pm b/FS/FS/part_pkg/sesmon_minute.pm index 6af7c0870..39516f8b3 100644 --- a/FS/FS/part_pkg/sesmon_minute.pm +++ b/FS/FS/part_pkg/sesmon_minute.pm @@ -13,7 +13,7 @@ use FS::part_pkg::flat; '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'. diff --git a/FS/FS/part_pkg/sql_external.pm b/FS/FS/part_pkg/sql_external.pm index 6aba9153b..ca58c4e66 100644 --- a/FS/FS/part_pkg/sql_external.pm +++ b/FS/FS/part_pkg/sql_external.pm @@ -14,7 +14,7 @@ use FS::part_pkg::flat; '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'. diff --git a/FS/FS/part_pkg/sql_generic.pm b/FS/FS/part_pkg/sql_generic.pm index b8ee286e1..0e6ab7c0d 100644 --- a/FS/FS/part_pkg/sql_generic.pm +++ b/FS/FS/part_pkg/sql_generic.pm @@ -14,7 +14,7 @@ use FS::part_pkg::flat; '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'. diff --git a/FS/FS/part_pkg/voip_sqlradacct.pm b/FS/FS/part_pkg/voip_sqlradacct.pm index 382ebac3a..fd9c1ddb5 100644 --- a/FS/FS/part_pkg/voip_sqlradacct.pm +++ b/FS/FS/part_pkg/voip_sqlradacct.pm @@ -18,7 +18,7 @@ $DEBUG = 1; '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'.