Skip to content

Commit

Permalink
Fix: no total amount
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Mar 21, 2011
1 parent db04e91 commit e4a32f2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions htdocs/contrat/tpl/linkedobjectblock.tpl.php
Expand Up @@ -54,16 +54,8 @@
<td align="right">&nbsp;</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>&nbsp;</td>
</tr>
</table>

<!-- END PHP TEMPLATE -->

0 comments on commit e4a32f2

Please sign in to comment.