Fix td class
This commit is contained in:
parent
185e9e88ae
commit
ce41c84c95
@ -685,7 +685,7 @@ if ($id > 0 || $ref)
|
||||
{
|
||||
dol_print_error($db);
|
||||
}
|
||||
print '<tr><td valign="top">'.$langs->trans("LastMovement").'</td><td colspan="3">';
|
||||
print '<tr><td class="tdtop">'.$langs->trans("LastMovement").'</td><td colspan="3">';
|
||||
if ($lastmovementdate)
|
||||
{
|
||||
print dol_print_date($lastmovementdate,'dayhour').' ';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user