Update card.php

This commit is contained in:
BENKE Charlie 2015-12-15 11:54:00 +01:00
parent ad7c90fc19
commit 2405276a36

View File

@ -1304,6 +1304,12 @@ else if ($id > 0 || ! empty($ref))
print '</td>';
print '</tr>';
// Date Terminate/close
print '<tr><td>'.$langs->trans("Datet").'</td>';
print '<td colspan="3">';
print $object->datet ? dol_print_date($object->datet, 'daytext') : '&nbsp;';
print '</td>';
print '</tr>';
}
// Description (must be a textarea and not html must be allowed (used in list view)