diff --git a/htdocs/adherents/cotisations.php b/htdocs/adherents/cotisations.php
index 378cb79ec29..1207cd140b9 100644
--- a/htdocs/adherents/cotisations.php
+++ b/htdocs/adherents/cotisations.php
@@ -168,7 +168,7 @@ if ($result)
print '
';
// print_liste_field_titre("Prenom",$PHP_SELF,"d.prenom","&page=$page&statut=$statut");
print_liste_field_titre("Prenom Nom ",$PHP_SELF,"d.nom","&page=$page&statut=$statut");
- print " / Société";
+ // print " / Société";
print " | \n";
if (defined("ADHERENT_BANK_USE") && ADHERENT_BANK_USE !=0){
@@ -190,11 +190,14 @@ if ($result)
print ''.price($objp->cotisation).' | ';
//$Total[strftime("%Y",$objp->dateadh)]+=price($objp->cotisation);
$total+=price($objp->cotisation);
+ /*
if ($objp->societe != ''){
- print "rowid&action=edit\">".stripslashes($objp->prenom)." ".stripslashes($objp->nom)." / ".stripslashes($objp->societe)." | \n";
+ print "rowid&action=edit\">".stripslashes($objp->prenom)." ".stripslashes($objp->nom)." / ".stripslashes($objp->societe)." | \n";
}else{
print "rowid&action=edit\">".stripslashes($objp->prenom)." ".stripslashes($objp->nom)." | \n";
}
+ */
+ print "rowid&action=edit\">".stripslashes($objp->prenom)." ".stripslashes($objp->nom)." | \n";
if (defined("ADHERENT_BANK_USE") && ADHERENT_BANK_USE !=0){
if ($objp->bank !='' ){
print "Deposé | ";
@@ -204,7 +207,7 @@ if ($result)
print '';
print '';
print '