diff --git a/htdocs/compta/sociales/index.php3 b/htdocs/compta/sociales/index.php3 index 80c6785668d..120fecd36f7 100644 --- a/htdocs/compta/sociales/index.php3 +++ b/htdocs/compta/sociales/index.php3 @@ -55,7 +55,7 @@ if ($action == 'del_bookmark') { $result = $db->query($sql); } -print_titre("Charges"); +print_titre("Charges $year"); /* * @@ -64,13 +64,16 @@ print_titre("Charges"); print "
| Date | Charges | Montant | '; +print ' | Echeance | Période | Charges | Montant | '; print " | ||
| '.$obj->date_ech.' | '; + print ''.strftime("%d/%m/%y",$obj->de).' | '; + print 'dp).'">'.strftime("%Y",$obj->dp).' | '; print ''.$obj->nom.' | '.$obj->libelle.' | '; print ''.price($obj->amount).' | '; print ''; | ||||