[freeside-commits] freeside/FS/FS/part_pkg prorate.pm,1.14,1.15
Ivan,,,
ivan at wavetail.420.am
Fri Nov 30 17:37:36 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail:/tmp/cvs-serv8468
Modified Files:
prorate.pm
Log Message:
cleanup
Index: prorate.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/prorate.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- prorate.pm 4 Oct 2007 02:07:30 -0000 1.14
+++ prorate.pm 1 Dec 2007 01:37:34 -0000 1.15
@@ -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 (1 - 28)',
- 'default' => 1,
- },
+ 'cutoff_day' => { 'name' => 'Billing Day (1 - 28)',
+ 'default' => 1,
+ },
'seconds' => { 'name' => 'Time limit for this package',
'default' => '',
'check' => sub { shift =~ /^\d*$/ },
@@ -78,7 +78,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