Update box_last_ticket.php

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

View File

@ -166,7 +166,7 @@ class box_last_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++;