From 5b5eae3129fb33156d7938dee1a0350f74a13a83 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 13 Jul 2004 10:20:19 +0000 Subject: [PATCH] Correction bug dans la lecture de la date dans le fetch --- htdocs/facturefourn.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/facturefourn.class.php b/htdocs/facturefourn.class.php index f7e5cac8026..fae586facb8 100644 --- a/htdocs/facturefourn.class.php +++ b/htdocs/facturefourn.class.php @@ -152,7 +152,7 @@ class FactureFourn $obj = $this->db->fetch_object(0); $this->id = $rowid; - $this->datep = $obj->dp; + $this->datep = $obj->df; $this->ref = $obj->facnumber; $this->libelle = $obj->libelle;