[freeside-commits] freeside/FS/FS/part_pkg base_delayed.pm, 1.3, 1.4 flat_delayed.pm, 1.7, 1.8 prorate_delayed.pm, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Sun Apr 13 14:37:55 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv28856

Modified Files:
	base_delayed.pm flat_delayed.pm prorate_delayed.pm 
Log Message:
fix recur_notify label for *_delayed price plans

Index: flat_delayed.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat_delayed.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- flat_delayed.pm	13 Apr 2008 07:41:28 -0000	1.7
+++ flat_delayed.pm	13 Apr 2008 21:37:53 -0000	1.8
@@ -22,8 +22,8 @@
                      '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: base_delayed.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/base_delayed.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- base_delayed.pm	13 Apr 2008 07:41:28 -0000	1.3
+++ base_delayed.pm	13 Apr 2008 21:37:53 -0000	1.4
@@ -22,8 +22,8 @@
                      '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: prorate_delayed.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/prorate_delayed.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- prorate_delayed.pm	13 Apr 2008 07:41:28 -0000	1.2
+++ prorate_delayed.pm	13 Apr 2008 21:37:53 -0000	1.3
@@ -21,6 +21,11 @@
     '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',



More information about the freeside-commits mailing list