From 2040b70c10db3390b26777bc584d54333534419d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 26 Dec 2015 12:30:10 -0800 Subject: [PATCH] fix mis-application of change, #32250 --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], -- 2.11.0