fix census bureau conf setting on 4.x, #32250
authorMark Wells <mark@freeside.biz>
Wed, 28 Oct 2015 18:59:55 +0000 (11:59 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 28 Oct 2015 18:59:55 +0000 (11:59 -0700)
FS/FS/Conf.pm

index 990f2a3..6b7dbe0 100644 (file)
@@ -4282,7 +4282,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',
   },
 
   {
@@ -4316,6 +4315,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',
                      ],