summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2009-05-18 19:21:36 +0000
committerjeff <jeff>2009-05-18 19:21:36 +0000
commitc866a1f8480b05f87230579a19c9e0fe0a5e7ac1 (patch)
tree9119b8c0880fab55ac27448f338356eb386756df /FS
parentc6ba0fa6271880599ce3d60dcd23de248526f0b8 (diff)
allow empty state
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
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',