bugfix
This commit is contained in:
parent
9b019be58c
commit
8302ac57e0
@ -563,9 +563,9 @@ class Propal
|
|||||||
|
|
||||||
if ($resqlcond)
|
if ($resqlcond)
|
||||||
{
|
{
|
||||||
$obj = $this->db->fetch_object($resqlcond);
|
$objc = $this->db->fetch_object($resqlcond);
|
||||||
$this->cond_reglement = $obj->cond_libelle;
|
$this->cond_reglement = $objc->cond_libelle;
|
||||||
$this->mode_reglement = $obj->mode_libelle;
|
$this->mode_reglement = $objc->mode_libelle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user