diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 10353d08ba8..2643e2a1538 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -196,8 +196,8 @@ if ($socid > 0) */ print ''; - print "
"; - print ""; + print '
'; + print ''; print ''; print '"; @@ -229,7 +229,7 @@ if ($socid > 0) */ if ($user->rights->facture->lire) { - print "
Tel'.$objsoc->tel.' Fax'.$objsoc->fax.' 
Ville'.nl2br($objsoc->address)."
$objsoc->cp $objsoc->ville
"; + print '
'; $var=!$var; $sql = "SELECT s.nom, s.idp, f.facnumber, f.amount, ".$db->pdate("f.datef")." as df, f.paye, f.rowid as facid "; $sql .= " FROM llx_societe as s,llx_facture as f WHERE f.fk_soc = s.idp AND s.idp = $objsoc->idp ORDER BY f.datef DESC";