Fix: missing color update
This commit is contained in:
parent
d2d38f58bf
commit
ae16d6c45c
@ -349,6 +349,8 @@ if (empty($reshook)) {
|
||||
$object->salaryextra = GETPOST("salaryextra") != '' ? GETPOST("salaryextra") : '';
|
||||
$object->weeklyhours = GETPOST("weeklyhours") != '' ? GETPOST("weeklyhours") : '';
|
||||
|
||||
$object->color = GETPOST("color") != '' ? GETPOST("color") : '';
|
||||
|
||||
if (! empty($conf->multicompany->enabled))
|
||||
{
|
||||
if (! empty($_POST["superadmin"]))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user