From: ivan Date: Fri, 5 Aug 2011 22:38:08 +0000 (+0000) Subject: reduce noise X-Git-Tag: freeside_2_3_1~352 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=680bb6d99ab9c722b6696a384f87b5db248f472e reduce noise --- diff --git a/FS/FS/part_pkg/prorate.pm b/FS/FS/part_pkg/prorate.pm index a0f579f73..320fdb63e 100644 --- a/FS/FS/part_pkg/prorate.pm +++ b/FS/FS/part_pkg/prorate.pm @@ -45,7 +45,7 @@ sub calc_recur { sub cutoff_day { my $self = shift; - $self->option('cutoff_day') || 1; + $self->option('cutoff_day', 1) || 1; } 1;