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