#1657 Intervention preview date is not displayed

This commit is contained in:
aspangaro 2014-11-20 06:01:08 +01:00
parent 84729a6aa3
commit 4d48205e45

View File

@ -155,7 +155,7 @@ if ($id > 0 || ! empty($ref))
// Date
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 '</table>';