diff --git a/htdocs/compta/sociales/index.php3 b/htdocs/compta/sociales/index.php3 index 192bb48af6f..f12d033a125 100644 --- a/htdocs/compta/sociales/index.php3 +++ b/htdocs/compta/sociales/index.php3 @@ -82,7 +82,7 @@ if ( $db->query($sql) ) { $var = !$var; print ""; print ''.$obj->date_ech.''; - print ''.$obj->nom.' '.$obj->libelle.''; + print ''.$obj->nom.''.$obj->libelle.''; print ''.price($obj->amount).''; print ''; if ($obj->paye) { @@ -106,7 +106,7 @@ print '
'; print ''; print ''; -print ''; $sql = "SELECT c.id, c.libelle as nom FROM c_chargesociales as c";