Skip to content

Commit

Permalink
Merge pull request #5313 from aspangaro/4.0-p33
Browse files Browse the repository at this point in the history
Fix: colspan in vat list of payments
  • Loading branch information
eldy committed Jun 6, 2016
2 parents 06b1336 + 3b3567a commit 2935342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/tva/reglement.php
Expand Up @@ -211,7 +211,7 @@

$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>";

Expand Down

0 comments on commit 2935342

Please sign in to comment.