Update box_last_modified_ticket.php

This commit is contained in:
Frédéric FRANCE 2019-10-15 00:13:52 +02:00 committed by GitHub
parent c869cbe193
commit a53c7cfca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ class box_last_modified_ticket extends ModeleBoxes
// Date creation
$this->info_box_contents[$i][$r] = array(
'td' => 'class="right"',
'text' => dol_print_date($this->db->idate($objp->datec), 'dayhour')
'text' => dol_print_date($datec, 'dayhour')
);
$r++;