Merge pull request #8030 from steschuser/5.0

FIX #8029 Unable to make leave request in holyday module
This commit is contained in:
Laurent Destailleur 2018-01-11 00:32:45 +01:00 committed by GitHub
commit df22a311c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;