diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index db7f01c028d..51648c30d5d 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -599,7 +599,7 @@ class Facture extends CommonObject $this->cond_reglement_id = $obj->fk_cond_reglement; $this->cond_reglement_code = $obj->cond_reglement_code; $this->cond_reglement = $obj->cond_reglement_libelle; - $this->cond_reglement_facture = $obj->cond_reglement_libelle_doc; + $this->cond_reglement_doc = $obj->cond_reglement_libelle_doc; $this->projetid = $obj->fk_projet; $this->fk_facture_source = $obj->fk_facture_source; $this->note = $obj->note;