2
0
forked from Wavyzz/dolibarr

Fix: bad increment

This commit is contained in:
Regis Houssin
2010-10-21 09:41:16 +00:00
parent 1ed47522e9
commit f63d43d044
2 changed files with 1 additions and 1 deletions

View File

@@ -1546,6 +1546,7 @@ if ($id > 0 || ! empty($ref))
* Linked object block
*/
$object->load_object_linked($object->id,$object->element);
//var_dump($object->linked_object);
foreach($object->linked_object as $linked_object => $linked_objectid)
{

View File

@@ -49,7 +49,6 @@ for ($i = 0 ; $i < $num ; $i++)
</tr>
<?php
$total = $total + $linkedObjectBlock->total_ht;
$i++;
}
?>
<tr class="liste_total">