From e343d3bc6ff12ea7536b0de0e382565437904f96 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Oct 2013 21:14:54 +0200 Subject: [PATCH] Fix: missing property --- htdocs/adherents/fiche.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index d297e6aad81..bca9710c2c7 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -273,6 +273,8 @@ if ($action == 'update' && ! $_POST["cancel"] && $user->rights->adherent->creer) $object->pass = trim($_POST["pass"]); $object->societe = trim($_POST["societe"]); + $object->company = trim($_POST["societe"]); + $object->address = trim($_POST["address"]); $object->zip = trim($_POST["zipcode"]); $object->town = trim($_POST["town"]);