diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php index dd49ebda3ab..5359d64fbca 100644 --- a/htdocs/fichinter/card.php +++ b/htdocs/fichinter/card.php @@ -609,7 +609,7 @@ if (empty($reshook)) } $object->fetch_thirdparty(); - $desc = GETPOST('np_desc','alpha'); + $desc = GETPOST('np_desc', 'alpha'); $date_inter = dol_mktime(GETPOST('dihour', 'int'), GETPOST('dimin', 'int'), 0, GETPOST('dimonth', 'int'), GETPOST('diday', 'int'), GETPOST('diyear', 'int')); $duration = convertTime2Seconds(GETPOST('durationhour', 'int'), GETPOST('durationmin', 'int'));