mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Remove “Imported from LDAP” note override
This commit is contained in:
parent
1bb1f7342f
commit
dae26e0378
|
@ -208,8 +208,7 @@ class LdapSync extends Command
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$user->notes = 'Imported from LDAP';
|
|
||||||
$user->ldap_import = 1;
|
$user->ldap_import = 1;
|
||||||
|
|
||||||
$errors = '';
|
$errors = '';
|
||||||
|
|
Loading…
Reference in a new issue