X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fprorate.pm;h=218f80f6a6964919b69480a0e4901c961ce091ef;hb=4ad8b72c0dde10d4907298277181ddfaa99dafb6;hp=22bb809014228902a6d4d39e93bc27f6e3513767;hpb=9d662c980e98fe536214269e7d07fbcc806b17ef;p=freeside.git diff --git a/FS/FS/part_pkg/prorate.pm b/FS/FS/part_pkg/prorate.pm index 22bb80901..218f80f6a 100644 --- a/FS/FS/part_pkg/prorate.pm +++ b/FS/FS/part_pkg/prorate.pm @@ -83,7 +83,11 @@ use FS::part_pkg::flat; 'for one full period after that', 'type' => 'checkbox', }, - + 'prorate_round_day'=> { + 'name' => 'When prorating first month, round to '. + 'the nearest full day', + 'type' => 'checkbox', + }, #it would be better if this had to be turned on, its confusing 'externalid' => { 'name' => 'Optional External ID', @@ -95,7 +99,7 @@ use FS::part_pkg::flat; 'recharge_amount', 'recharge_seconds', 'recharge_upbytes', 'recharge_downbytes', 'recharge_totalbytes', 'usage_rollover', 'recharge_reset', 'add_full_period', - 'externalid', ], + 'prorate_round_day', 'externalid', ], 'freq' => 'm', 'weight' => 20, );