From d28ce530e89975c352c3f541de944635ef89df34 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Jul 2009 16:44:05 +0000 Subject: [PATCH] Fix: Some change to fix pb of editing password of a user by linking a member to it. --- htdocs/adherents/fiche.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index c20ba40330c..12a40054b04 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -868,7 +868,8 @@ if ($action == 'create') print "$value\n"; } - // Third party Dolibarr +/* + // Third party Dolibarr if ($conf->societe->enabled) { print ''.$langs->trans("LinkedToDolibarrThirdParty").''; @@ -880,7 +881,7 @@ if ($action == 'create') print ''.$langs->trans("LinkedToDolibarrUser").''; print $html->select_users($adh->user_id,'userid',1); print ''; - +*/ print "\n"; print '
';