css
This commit is contained in:
parent
4ed1da1632
commit
2ff6791e53
@ -251,12 +251,12 @@ print '<br>';
|
||||
|
||||
// Label
|
||||
|
||||
print $langs->trans("Label").' ';
|
||||
print $langs->trans("Label").' : ';
|
||||
print '<b>'.$object->label.'</b><br>';
|
||||
|
||||
// Date
|
||||
|
||||
print $langs->trans("DateExpected").' ';
|
||||
print $langs->trans("DateExpected").' : ';
|
||||
print '<b>';
|
||||
if ($object->date_planned > $now) {
|
||||
print dol_print_date($object->date_planned, 'day');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user