Fix missing td cell
This commit is contained in:
parent
480623a6d5
commit
b0e938fab4
@ -65,7 +65,7 @@ foreach($linkedObjectBlock as $key => $objectlink)
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<tr class="liste_total">
|
<tr class="liste_total">
|
||||||
<td align="left" colspan="2"><?php echo $langs->trans("TotalHT"); ?></td>
|
<td align="left" colspan="3"><?php echo $langs->trans("TotalHT"); ?></td>
|
||||||
<td align="right"><?php
|
<td align="right"><?php
|
||||||
if ($user->rights->fournisseur->facture->lire) {
|
if ($user->rights->fournisseur->facture->lire) {
|
||||||
echo price($total);
|
echo price($total);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user