fix contract_end bug, RT#10319
authormark <mark>
Fri, 22 Oct 2010 22:28:51 +0000 (22:28 +0000)
committermark <mark>
Fri, 22 Oct 2010 22:28:51 +0000 (22:28 +0000)
FS/FS/part_pkg/flat.pm

index ee54c09..e69c10c 100644 (file)
@@ -21,7 +21,7 @@ tie my %temporalities, 'Tie::IxHash',
 ;
 
 tie my %contract_years, 'Tie::IxHash', (
-  '(none)'    => '',
+  '' => '(none)',
   map { $_*12 => $_ } (1..5),
 );