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

Merge pull request #5313 from aspangaro/4.0-p33

Fix: colspan in vat list of payments
parents 06b1336b 3b3567a7
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ if ($result)
$i++;
}
print '<tr class="liste_total"><td colspan="4">'.$langs->trans("Total").'</td>';
print '<tr class="liste_total"><td colspan="5">'.$langs->trans("Total").'</td>';
print "<td align=\"right\"><b>".price($total)."</b></td>";
print "<td>&nbsp;</td></tr>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment