From: Ivan Kohler Date: Sat, 26 Dec 2015 20:30:10 +0000 (-0800) Subject: fix mis-application of change, #32250 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=2040b70c10db3390b26777bc584d54333534419d;p=freeside.git fix mis-application of change, #32250 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index eec719a36..72421c767 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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', ],