mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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