Topic: Fatal error: Cannot use object of type InventoryTransaction as array

I get the following error message when showing the detail for one specific inventory:
Fatal error: Cannot use object of type InventoryTransaction as array in /var/www/test/shipping/hovertip_inventory.tpl.php on line 35

This is the produced html page

<table cellpadding="0" cellspacing="8" border="0">
    <thead>
    <tr>
        <th><strong>Inventory Code</strong></th>
        <td><strong>Inventory Model</strong></th>
        <th><strong>Source Location</strong></th>
        <th><strong>Quantity</strong></th>

    </tr>
    </thead>
    <tbody>
<br />
<b>Fatal error</b>:  Cannot use object of type InventoryTransaction as array in <b>/var/www/test/shipping/hovertip_inventory.tpl.php</b> on line <b>35</b><br />

Do you know what could be the problem?

Re: Fatal error: Cannot use object of type InventoryTransaction as array

Solved using the same approch as described in:

http://www.tracmor.com/forum/topic/327/ … receiving/