From 027924ee9b982c95e2cd77cbee80eb704a856a0f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Nov 2006 20:03:03 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20bug=20#18294:=20Module=20adh=E9rent=20:?= =?UTF-8?q?=20=E9chec=20saisie=20cotisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/adherents/adherent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/adherent.class.php b/htdocs/adherents/adherent.class.php index 5f445ee3bbe..303ffac4ccd 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -795,7 +795,7 @@ class Adherent $insertid=$acct->addline($dateop, $operation, $label, $amount, $num_chq, '', $user); if ($insertid > 0) { - $inserturlid=$acct->add_url_line($insertid, $adh->id, DOL_URL_ROOT.'/adherents/fiche.php?rowid=', $adh->getFullname(), 'member'); + $inserturlid=$acct->add_url_line($insertid, $this->id, DOL_URL_ROOT.'/adherents/fiche.php?rowid=', $adh->getFullname(), 'member'); if ($inserturlid > 0) { // Met a jour la table cotisation