#1657 Intervention preview date is not displayed
This commit is contained in:
parent
84729a6aa3
commit
4d48205e45
@ -155,7 +155,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
|
|
||||||
// Date
|
// Date
|
||||||
print '<tr><td>'.$langs->trans("Date").'</td>';
|
print '<tr><td>'.$langs->trans("Date").'</td>';
|
||||||
print "<td colspan=\"2\">".dol_print_date($object->date,"daytext")."</td>\n";
|
print "<td colspan=\"2\">".dol_print_date($object->datec,"daytext")."</td>\n";
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user