Update card.php
This commit is contained in:
parent
ad7c90fc19
commit
2405276a36
@ -1304,6 +1304,12 @@ else if ($id > 0 || ! empty($ref))
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
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') : ' ';
|
||||||
|
print '</td>';
|
||||||
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Description (must be a textarea and not html must be allowed (used in list view)
|
// Description (must be a textarea and not html must be allowed (used in list view)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user