Merge pull request #12138 from frederic34/patch-16
FIX datec in box ticket
This commit is contained in:
commit
1d7efbdc64
@ -166,7 +166,7 @@ class box_last_modified_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++;
|
||||||
|
|
||||||
|
|||||||
@ -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