diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index c8f81608ad6..aaf89d6fd21 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -502,7 +502,7 @@ if ($id > 0) { $objp = $db->fetch_object($resql); print ""; - print ''.img_object($langs->trans("ShowPropal"),"propal").' '.$objp->ref.''."\n"; + print ''.img_object($langs->trans("ShowPropal"),"propal").' '.$objp->ref.''."\n"; if ( ($db->jdate($objp->dp) < ($now - $conf->propal->cloture->warning_delay)) && $objp->fk_statut == 1 ) { print " ".img_warning();