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:
parent
a33809a526
commit
3f1613197e
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user