Fix: no total amount
This commit is contained in:
parent
db04e91f06
commit
e4a32f2d23
@ -54,16 +54,8 @@ for ($i = 0 ; $i < $num ; $i++)
|
||||
<td align="right"> </td>
|
||||
<td align="right"><?php echo $linkedObjectBlock->getLibStatut(6); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
$total = $total + $linkedObjectBlock->total_ht;
|
||||
}
|
||||
<?php } ?>
|
||||
|
||||
?>
|
||||
<tr class="liste_total">
|
||||
<td align="left" colspan="2"><?php echo $langs->trans('TotalHT'); ?></td>
|
||||
<td align="right"><?php echo price($total); ?></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- END PHP TEMPLATE -->
|
||||
Loading…
Reference in New Issue
Block a user