Update don.class.php

This commit is contained in:
ptibogxiv 2019-03-03 22:36:34 +01:00 committed by GitHub
parent ad18077567
commit d18b1dd9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -676,7 +676,7 @@ class Don extends CommonObject
$this->date_valid = $this->db->jdate($obj->date_valid);
$this->date_validation = $this->db->jdate($obj->date_valid);
$this->datem = $this->db->jdate($obj->datem);
$this->date_modification= $this->db->jdate($obj->datem);
$this->date_modification= $this->db->jdate($obj->datem);
$this->date = $this->db->jdate($obj->datedon);
$this->firstname = $obj->firstname;
$this->lastname = $obj->lastname;