mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Merge pull request #12138 from frederic34/patch-16
FIX datec in box ticket
This commit is contained in:
@@ -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++;
|
||||
|
||||
|
||||
@@ -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++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user