Update box_last_ticket.php
This commit is contained in:
parent
a53c7cfca8
commit
194072fc60
@ -166,7 +166,7 @@ class box_last_ticket extends ModeleBoxes
|
|||||||
// Date creation
|
// Date creation
|
||||||
$this->info_box_contents[$i][$r] = array(
|
$this->info_box_contents[$i][$r] = array(
|
||||||
'td' => 'class="right"',
|
'td' => 'class="right"',
|
||||||
'text' => dol_print_date($this->db->idate($objp->datec), 'dayhour'),
|
'text' => dol_print_date($datec, 'dayhour'),
|
||||||
);
|
);
|
||||||
$r++;
|
$r++;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user