Merge pull request #8030 from steschuser/5.0
FIX #8029 Unable to make leave request in holyday module
This commit is contained in:
commit
df22a311c2
@ -149,7 +149,7 @@ if ($action == 'create')
|
||||
|
||||
if (! $error)
|
||||
{
|
||||
$object->fk_user = $userid;
|
||||
$object->fk_user = $fuserid;
|
||||
$object->description = $description;
|
||||
$object->date_debut = $date_debut;
|
||||
$object->date_fin = $date_fin;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user