FIX : update usergroup name
This commit is contained in:
parent
9cf8d6f595
commit
b9ed61eed4
@ -179,7 +179,7 @@ if ($action == 'update')
|
|||||||
$object->oldcopy=dol_clone($object);
|
$object->oldcopy=dol_clone($object);
|
||||||
|
|
||||||
$object->name = trim($_POST["group"]);
|
$object->name = trim($_POST["group"]);
|
||||||
$object->nom = $this->name; // For backward compatibility
|
$object->nom = $object->name; // For backward compatibility
|
||||||
$object->note = dol_htmlcleanlastbr($_POST["note"]);
|
$object->note = dol_htmlcleanlastbr($_POST["note"]);
|
||||||
|
|
||||||
// Fill array 'array_options' with data from add form
|
// Fill array 'array_options' with data from add form
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user