summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-26 12:30:10 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-26 12:30:10 -0800
commit2040b70c10db3390b26777bc584d54333534419d (patch)
tree5e8d155d4f1bba8859702d343fad66c48babeacf
parent6de06472ab43534bd889e531ae060bbd4c935518 (diff)
fix mis-application of change, #32250
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
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',
],