This commit is contained in:
Regis Houssin 2006-02-28 18:10:27 +00:00
parent 9b019be58c
commit 8302ac57e0

View File

@ -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;
}
}