From 7560fdd44ed618a5497f06fb393ab8352f54f21d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Nov 2006 20:07:33 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20bug=20#18295:=20Module=20adh=E9rent=20:?= =?UTF-8?q?=20cotisation=20non=20associ=E9e=20=E0=20compte=20bancaire=20da?= =?UTF-8?q?ns=20liste=20cotisations?= 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 303ffac4ccd..ba483b29fb2 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -799,7 +799,7 @@ class Adherent if ($inserturlid > 0) { // Met a jour la table cotisation - $sql="UPDATE ".MAIN_DB_PREFIX."cotisation SET fk_bank=".$insertid." WHERE rowid=".$crowid; + $sql="UPDATE ".MAIN_DB_PREFIX."cotisation SET fk_bank=".$insertid." WHERE rowid=".$rowid; $resql = $this->db->query($sql); if (! $resql) {