diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php
index 3a5ed38e2d5308a4ae1bd71c751d0dd5a79b6db3..d2fccc12f9bc2e7ef2897da5b67f80dc716d56b6 100644
--- a/htdocs/societe/soc.php
+++ b/htdocs/societe/soc.php
@@ -252,7 +252,7 @@ if (empty($reshook))
 	        $object->name_alias   = GETPOST('name_alias');
         }
 
-        $object->address               = GETPOST('address', 'alpha');
+        $object->address               = GETPOST('address');
         $object->zip                   = GETPOST('zipcode', 'alpha');
         $object->town                  = GETPOST('town', 'alpha');
         $object->country_id            = GETPOST('country_id', 'int');