From f05c09eb03b1d992bc809695576f694264b201a6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 1 Aug 2005 12:36:52 +0000 Subject: [PATCH] Ajout lecture de l'id de la facture --- htdocs/fourn/facture/paiementfourn.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/facture/paiementfourn.class.php b/htdocs/fourn/facture/paiementfourn.class.php index 4f6668a25ab..76af64fcfc9 100644 --- a/htdocs/fourn/facture/paiementfourn.class.php +++ b/htdocs/fourn/facture/paiementfourn.class.php @@ -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;