X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fprorate.pm;h=f930d417d7ee99064c4d20912adee12e2ba8e6d3;hb=051421835ac8ef436072c79a723317035ed1cf51;hp=320fdb63ed72a69787d9bd2cbecf815a7a8f5f8c;hpb=3a7a5617225ccf93e69ce7a5d677432404cad7e3;p=freeside.git diff --git a/FS/FS/part_pkg/prorate.pm b/FS/FS/part_pkg/prorate.pm index 320fdb63e..f930d417d 100644 --- a/FS/FS/part_pkg/prorate.pm +++ b/FS/FS/part_pkg/prorate.pm @@ -32,8 +32,12 @@ use FS::part_pkg::flat; 'name' => 'Defer the first bill until the billing day', 'type' => 'checkbox', }, + 'prorate_verbose' => { + 'name' => 'Show prorate details on the invoice', + 'type' => 'checkbox', + }, }, - 'fieldorder' => [ 'cutoff_day', 'prorate_defer_bill', 'add_full_period', 'prorate_round_day' ], + 'fieldorder' => [ 'cutoff_day', 'prorate_defer_bill', 'add_full_period', 'prorate_round_day', 'prorate_verbose' ], 'freq' => 'm', 'weight' => 20, );