From d18b1dd9dcc764943594861bbf07420a8f9e6648 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sun, 3 Mar 2019 22:36:34 +0100 Subject: [PATCH] Update don.class.php --- htdocs/don/class/don.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php index 26e98582501..cae7adb3394 100644 --- a/htdocs/don/class/don.class.php +++ b/htdocs/don/class/don.class.php @@ -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;