diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php
index 62c2a2630a8..5146681e6c6 100644
--- a/htdocs/admin/index.php
+++ b/htdocs/admin/index.php
@@ -38,6 +38,7 @@ if (!$user->admin)
if (isset($_POST["action"]) && $_POST["action"] == 'update')
{
dolibarr_set_const($db, "MAIN_INFO_SOCIETE_NOM",$_POST["nom"]);
+ dolibarr_set_const($db, "MAIN_INFO_SOCIETE_ADRESSE",$_POST["address"]);
dolibarr_set_const($db, "MAIN_INFO_SOCIETE_PAYS",$_POST["pays_id"]);
dolibarr_set_const($db, "MAIN_MONNAIE",$_POST["currency"]);
dolibarr_set_const($db, "MAIN_INFO_CAPITAL",$_POST["capital"]);
@@ -71,9 +72,12 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit')
print '