Skip to content

Commit

Permalink
Fix: missing color update
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Mar 17, 2016
1 parent d2d38f5 commit ae16d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/user/card.php
Expand Up @@ -349,6 +349,8 @@
$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"]))
Expand Down

0 comments on commit ae16d6c

Please sign in to comment.