summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_pkg/base_delayed.pm4
-rw-r--r--FS/FS/part_pkg/flat_delayed.pm4
-rw-r--r--FS/FS/part_pkg/prorate_delayed.pm5
3 files changed, 9 insertions, 4 deletions
diff --git a/FS/FS/part_pkg/base_delayed.pm b/FS/FS/part_pkg/base_delayed.pm
index 0d4738177..df503760e 100644
--- a/FS/FS/part_pkg/base_delayed.pm
+++ b/FS/FS/part_pkg/base_delayed.pm
@@ -22,8 +22,8 @@ use FS::part_pkg::base_rate;
'default' => 0,
},
'recur_notify' => { 'name' => 'Number of days before recurring billing'.
- 'commences to notify customer. (0 means '.
- 'no warning)',
+ ' commences to notify customer. (0 means'.
+ ' no warning)',
'default' => 0,
},
'unused_credit' => { 'name' => 'Credit the customer for the unused portion'.
diff --git a/FS/FS/part_pkg/flat_delayed.pm b/FS/FS/part_pkg/flat_delayed.pm
index 5cbbc980c..4a2f1baf1 100644
--- a/FS/FS/part_pkg/flat_delayed.pm
+++ b/FS/FS/part_pkg/flat_delayed.pm
@@ -22,8 +22,8 @@ use FS::part_pkg::flat;
'default' => 0,
},
'recur_notify' => { 'name' => 'Number of days before recurring billing'.
- 'commences to notify customer. (0 means '.
- 'no warning)',
+ ' commences to notify customer. (0 means'.
+ ' no warning)',
'default' => 0,
},
'unused_credit' => { 'name' => 'Credit the customer for the unused portion'.
diff --git a/FS/FS/part_pkg/prorate_delayed.pm b/FS/FS/part_pkg/prorate_delayed.pm
index bd2aec582..1d227984c 100644
--- a/FS/FS/part_pkg/prorate_delayed.pm
+++ b/FS/FS/part_pkg/prorate_delayed.pm
@@ -21,6 +21,11 @@ use FS::part_pkg;
'recur_fee' => { 'name' => 'Recurring fee for this package',
'default' => 0,
},
+ 'recur_notify' => { 'name' => 'Number of days before recurring billing'.
+ ' commences to notify customer. (0 means'.
+ ' no warning)',
+ 'default' => 0,
+ },
'unused_credit' => { 'name' => 'Credit the customer for the unused portion'.
' of service at cancellation',
'type' => 'checkbox',