FIX : If supplier invoice block linked element is display after other

block total HT amount is not reset to 0 and sum other block (like
customer orders values)
This commit is contained in:
Florian HENRY 2015-06-02 08:41:42 +02:00
parent a33809a526
commit 3f1613197e

View File

@ -40,6 +40,7 @@ else print_titre($langs->trans("RelatedBill"));
<td align="right"><?php echo $langs->trans("Status"); ?></td>
</tr>
<?php
$total=0;
$var=true;
foreach($linkedObjectBlock as $object)
{