Ajout lecture de l'id de la facture

This commit is contained in:
Rodolphe Quiedeville 2005-08-01 12:36:52 +00:00
parent 7191b5407e
commit f05c09eb03

View File

@ -76,6 +76,7 @@ class PaiementFourn
{
$obj = $this->db->fetch_object($resql);
$this->facture_id = $obj->fk_facture_fourn;
$this->date = $obj->datep;
$this->montant = $obj->amount;