global duplicate checking on svc_pbx.id, RT#9967
[freeside.git] / 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),
 );