From d891e4eac10b90ed5f9766b2a595f9ca5d75c025 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 18 Jun 2002 21:21:43 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/compta/sociales/index.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";