diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php index 14c2e6029ba..92f6e4aeaa7 100644 --- a/htdocs/fichinter/fiche.php +++ b/htdocs/fichinter/fiche.php @@ -147,7 +147,7 @@ if ($action == 'create') $smonth = 1; $syear = date("Y", time()); - print ''; + print '
'; print ""; @@ -262,7 +262,7 @@ if ($action == 'edit') print ""; - print '
Société".$objsoc->nom."
'; + print '
'; print "
Date"; /* * set $reday, $remonth, $reyear @@ -328,7 +328,7 @@ if ($id) { $fichinter->fetch_client(); - print ''; + print '
'; print ''; print ''; print ''; @@ -345,7 +345,7 @@ if ($id) /* * */ - print '
Société'.$fichinter->client->nom.'
Date'.strftime("%A %d %B %Y",$fichinter->date).'
Numéro'.$fichinter->ref.'
'; + print '
'; if ($user->societe_id == 0) {