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;