summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-10-22 22:28:51 +0000
committermark <mark>2010-10-22 22:28:51 +0000
commit314763d9596378c8250718e3414d7ae61273155a (patch)
tree7f3db18d66a9d06763859b7d1d6408e138397d74
parent6b7f2cbf33e9d36bb1edd1b62d5a3cd47a5844b9 (diff)
fix contract_end bug, RT#10319
-rw-r--r--FS/FS/part_pkg/flat.pm2
1 files changed, 1 insertions, 1 deletions
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),
);