Merge pull request #2877 from atm-ph/fix_37_update_usergroup

FIX : update usergroup name
This commit is contained in:
Laurent Destailleur 2015-05-22 17:21:42 +02:00
commit fe2329518b

View File

@ -179,7 +179,7 @@ if ($action == 'update')
$object->oldcopy=dol_clone($object);
$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"]);
// Fill array 'array_options' with data from add form