From 278daa0d81bdcc2deb1373de4dab7194d4d522c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jan 2010 20:49:29 +0000 Subject: [PATCH] Fix: We must use the long label for payment condition on PDF documents --- htdocs/facture.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;