From: mark Date: Fri, 22 Oct 2010 22:28:51 +0000 (+0000) Subject: fix contract_end bug, RT#10319 X-Git-Tag: TORRUS_1_0_9~196 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=314763d9596378c8250718e3414d7ae61273155a fix contract_end bug, RT#10319 --- diff --git a/FS/FS/part_pkg/flat.pm b/FS/FS/part_pkg/flat.pm index ee54c09ec..e69c10cca 100644 --- a/FS/FS/part_pkg/flat.pm +++ b/FS/FS/part_pkg/flat.pm @@ -21,7 +21,7 @@ tie my %temporalities, 'Tie::IxHash', ; tie my %contract_years, 'Tie::IxHash', ( - '(none)' => '', + '' => '(none)', map { $_*12 => $_ } (1..5), );