[freeside-commits] freeside/FS/FS/part_pkg prorate.pm, 1.10.2.2, 1.10.2.3
Ivan,,,
ivan at wavetail.420.am
Fri Nov 30 17:37:41 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail:/tmp/cvs-serv8487
Modified Files:
Tag: FREESIDE_1_7_BRANCH
prorate.pm
Log Message:
cleanup
Index: prorate.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/prorate.pm,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -d -r1.10.2.2 -r1.10.2.3
--- prorate.pm 4 Oct 2007 02:06:53 -0000 1.10.2.2
+++ prorate.pm 1 Dec 2007 01:37:39 -0000 1.10.2.3
@@ -10,7 +10,7 @@
%info = (
'name' => 'First partial month pro-rated, then flat-rate (selectable billing day)',
- 'fields' => {
+ 'fields' => {
'setup_fee' => { 'name' => 'Setup fee for this package',
'default' => 0,
},
@@ -21,9 +21,9 @@
' of service at cancellation',
'type' => 'checkbox',
},
- 'cutoff_day' => { 'name' => 'billing day',
- 'default' => 1,
- },
+ 'cutoff_day' => { 'name' => 'Billing Day (1 - 28)',
+ 'default' => 1,
+ },
'seconds' => { 'name' => 'Time limit for this package',
'default' => '',
'check' => sub { shift =~ /^\d*$/ },
@@ -74,7 +74,7 @@
'externalid' => { 'name' => 'Optional External ID',
'default' => '',
},
- },
+ },
'fieldorder' => [ 'setup_fee', 'recur_fee', 'unused_credit', 'cutoff_day',
'seconds', 'upbyte', 'downbytes', 'totalbytes',
'recharge_amount', 'recharge_seconds', 'recharge_upbytes',
More information about the freeside-commits
mailing list