FIX #8029 Unable to make leave request in holyday module

wrong variable name in card.php
This commit is contained in:
sschwebel 2018-01-05 12:09:45 +01:00
parent 0db03cfbcc
commit 7e8fda2d71

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;