fix mis-application of change, #32250
authorIvan Kohler <ivan@freeside.biz>
Sat, 26 Dec 2015 20:30:10 +0000 (12:30 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 26 Dec 2015 20:30:10 +0000 (12:30 -0800)
FS/FS/Conf.pm

index eec719a..72421c7 100644 (file)
@@ -4289,7 +4289,6 @@ and customer address. Include units.',
     'section'     => 'invoicing',
     'description' => 'Instead of showing payments (and credits) applied to the invoice, show those received since the previous invoice date.',
     'type'        => 'checkbox',
-                       'uscensus' => 'U.S. Census Bureau',
   },
 
   {
@@ -4323,6 +4322,7 @@ and customer address. Include units.',
     'type'        => 'select',
     'select_hash' => [ '' => '', 
                        'usps'     => 'U.S. Postal Service',
+                       'uscensus' => 'U.S. Census Bureau',
                        'tomtom'   => 'TomTom',
                        'melissa'  => 'Melissa WebSmart',
                      ],