From: ivan Date: Sat, 1 Dec 2007 01:37:34 +0000 (+0000) Subject: cleanup X-Git-Tag: TRIXBOX_2_6~204 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5de882c01159bfcc5f3d91c7cdfb4c707ff2516f cleanup --- 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',