Fix: bug #18295: Module adhérent : cotisation non associée à compte bancaire dans liste cotisations
This commit is contained in:
parent
027924ee9b
commit
7560fdd44e
@ -799,7 +799,7 @@ class Adherent
|
|||||||
if ($inserturlid > 0)
|
if ($inserturlid > 0)
|
||||||
{
|
{
|
||||||
// Met a jour la table cotisation
|
// 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);
|
$resql = $this->db->query($sql);
|
||||||
if (! $resql)
|
if (! $resql)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user