Fix: missing color update

This commit is contained in:
Regis Houssin 2016-03-17 15:11:57 +01:00
parent d2d38f58bf
commit ae16d6c45c

View File

@ -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"]))