Skip to content
Snippets Groups Projects
Commit ce41c84c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix td class

parent 185e9e88
No related branches found
No related tags found
No related merge requests found
......@@ -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').' ';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment