Skip to content
Snippets Groups Projects
Commit 96e0dac7 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: no total amount

parent 839092e8
Branches
Tags
No related merge requests found
...@@ -54,16 +54,8 @@ for ($i = 0 ; $i < $num ; $i++) ...@@ -54,16 +54,8 @@ for ($i = 0 ; $i < $num ; $i++)
<td align="right">&nbsp;</td> <td align="right">&nbsp;</td>
<td align="right"><?php echo $linkedObjectBlock->getLibStatut(6); ?></td> <td align="right"><?php echo $linkedObjectBlock->getLibStatut(6); ?></td>
</tr> </tr>
<?php <?php } ?>
$total = $total + $linkedObjectBlock->total_ht;
}
?>
<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> </table>
<!-- END PHP TEMPLATE --> <!-- END PHP TEMPLATE -->
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment