fix: update group name

This commit is contained in:
Florian HENRY 2021-01-11 19:40:44 +01:00
parent 080ffa6a51
commit 77f213832e

View File

@ -675,6 +675,10 @@ class UserGroup extends CommonObject
{
global $user, $conf;
if (empty($this->nom) && !empty($this->name)) {
$this->nom = $this->name;
}
$entity = $conf->entity;
if (!empty($conf->multicompany->enabled) && $conf->entity == 1)
{