From: jeff Date: Mon, 18 May 2009 19:21:36 +0000 (+0000) Subject: allow empty state X-Git-Tag: root_of_svc_elec_features~1190 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c866a1f8480b05f87230579a19c9e0fe0a5e7ac1 allow empty state --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index a9b546940..e9861f8d1 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -827,7 +827,7 @@ sub tables_hashref { 'geocode', 'varchar', '', 20, '', '', 'city', 'varchar', 'NULL', $char_d, '', '', 'county', 'varchar', 'NULL', $char_d, '', '', - 'state', 'char', '', 2, '', '', + 'state', 'char', 'NULL', 2, '', '', 'disabled', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'taxratelocationnum',