FIX : total amount in tpl linked object are not reset
This commit is contained in:
parent
bdaf83a653
commit
fb29fa486a
@ -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)
|
||||
{
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user