Fixe date on fetch don.class.php
v 10
This commit is contained in:
parent
d502d10da4
commit
c05552e1cc
@ -678,6 +678,7 @@ class Don extends CommonObject
|
|||||||
$this->date_creation = $this->db->jdate($obj->datec);
|
$this->date_creation = $this->db->jdate($obj->datec);
|
||||||
$this->datec = $this->db->jdate($obj->datec);
|
$this->datec = $this->db->jdate($obj->datec);
|
||||||
$this->date_validation = $this->db->jdate($obj->date_valid);
|
$this->date_validation = $this->db->jdate($obj->date_valid);
|
||||||
|
$this->date_valid = $this->db->jdate($obj->date_valid);
|
||||||
$this->date_modification = $this->db->jdate($obj->datem);
|
$this->date_modification = $this->db->jdate($obj->datem);
|
||||||
$this->datem = $this->db->jdate($obj->datem);
|
$this->datem = $this->db->jdate($obj->datem);
|
||||||
$this->date = $this->db->jdate($obj->datedon);
|
$this->date = $this->db->jdate($obj->datedon);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user