Merge pull request #5313 from aspangaro/4.0-p33
Fix: colspan in vat list of payments
This commit is contained in:
commit
293534273f
@ -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> </td></tr>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user