FIX : total amount in tpl linked object are not reset

This commit is contained in:
Florian HENRY 2015-06-02 11:20:08 +02:00
parent bdaf83a653
commit fb29fa486a
2 changed files with 2 additions and 0 deletions

View File

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

View File

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