mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Clean user card
This commit is contained in:
parent
dcd95a90fa
commit
8a71ccb1c3
|
|
@ -2756,6 +2756,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
print '</td></tr>';
|
||||
|
||||
// Company / Contact
|
||||
/* Disabled, this is already on field "External user ?"
|
||||
if (isModEnabled("societe")) {
|
||||
print '<tr><td>'.$langs->trans("LinkToCompanyContact").'</td>';
|
||||
print '<td>';
|
||||
|
|
@ -2775,6 +2776,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
print '</td>';
|
||||
print "</tr>\n";
|
||||
}
|
||||
*/
|
||||
|
||||
// Module Adherent
|
||||
if (isModEnabled('member')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user