Correction bug dans la lecture de la date dans le fetch
This commit is contained in:
parent
a42c21c3db
commit
5b5eae3129
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user