Correction bug dans la lecture de la date dans le fetch

This commit is contained in:
Rodolphe Quiedeville 2004-07-13 10:20:19 +00:00
parent a42c21c3db
commit 5b5eae3129

View File

@ -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;