fix recur_notify label for *_delayed price plans
authorivan <ivan>
Sun, 13 Apr 2008 21:37:53 +0000 (21:37 +0000)
committerivan <ivan>
Sun, 13 Apr 2008 21:37:53 +0000 (21:37 +0000)
FS/FS/part_pkg/base_delayed.pm
FS/FS/part_pkg/flat_delayed.pm
FS/FS/part_pkg/prorate_delayed.pm

index 0d47381..df50376 100644 (file)
@@ -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'.
index 5cbbc98..4a2f1ba 100644 (file)
@@ -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'.
index bd2aec5..1d22798 100644 (file)
@@ -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',