diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php index eea45365183..5ee2a5bbd33 100644 --- a/htdocs/fichinter/fiche.php +++ b/htdocs/fichinter/fiche.php @@ -284,7 +284,7 @@ if ($_GET["action"] == 'edit') print ""; print ""; - print ''; + print '
'; print "'; print ''; if ($conf->projet->enabled) { - print ''; + $fichinter->fetch_projet(); + print ''; } print ''; print '
".$langs->trans("Date").""; /* * set $reday, $remonth, $reyear @@ -346,7 +346,8 @@ if ($_GET["id"] && $_GET["action"] != 'edit') print '
'.$langs->trans("Ref").''.$fichinter->ref.'
'.$langs->trans("Duration").''.$fichinter->duree.'
'.$langs->trans("Ref").' 
'.$langs->trans("Ref").''.$fichinter->projet.'
'.$langs->trans("Description").'';