diff options
author | ivan <ivan> | 2007-12-01 01:37:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-01 01:37:34 +0000 |
commit | 5de882c01159bfcc5f3d91c7cdfb4c707ff2516f (patch) | |
tree | 7a1e6209b342467fa53efd4b859f7875d752b734 | |
parent | 682ee3e4f99ab79e40978843aa2be37bc74b2247 (diff) |
cleanup
-rw-r--r-- | FS/FS/part_pkg/prorate.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FS/FS/part_pkg/prorate.pm b/FS/FS/part_pkg/prorate.pm index 967b1eb18..3dfab37ba 100644 --- a/FS/FS/part_pkg/prorate.pm +++ b/FS/FS/part_pkg/prorate.pm @@ -10,7 +10,7 @@ use FS::part_pkg::flat; %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 @@ use FS::part_pkg::flat; ' 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 @@ use FS::part_pkg::flat; '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', |