Index: trunk/grails-app/views/inventoryMovementDetailed/listInventoryMovements.gsp
===================================================================
--- trunk/grails-app/views/inventoryMovementDetailed/listInventoryMovements.gsp	(revision 441)
+++ trunk/grails-app/views/inventoryMovementDetailed/listInventoryMovements.gsp	(revision 442)
@@ -26,11 +26,11 @@
                         <tr>
                         
-                   	        <g:sortableColumn action="listInventoryMovements" property="quantity" title="Quantity" />
+                   	        <g:sortableColumn action="listInventoryMovements" property="quantity" title="Quantity" params="[id: inventoryItemInstance.id]"/>
                         
-                   	        <g:sortableColumn action="listInventoryMovements"  property="inventoryMovementType" title="Movement Type" />
+                   	        <g:sortableColumn action="listInventoryMovements"  property="inventoryMovementType" title="Movement Type" params="[id: inventoryItemInstance.id]" />
                         
-                            <g:sortableColumn action="listInventoryMovements"  property="date" title="Date" />
+                            <g:sortableColumn action="listInventoryMovements"  property="date" title="Date" params="[id: inventoryItemInstance.id]" />
                         
-                   	        <g:sortableColumn action="listInventoryMovements"  property="person" title="Person" />
+                   	        <g:sortableColumn action="listInventoryMovements"  property="person" title="Person" params="[id: inventoryItemInstance.id]" />
 
                             <th></th>
@@ -62,5 +62,5 @@
             </div>
             <div class="paginateButtons">
-                <g:paginate action="listInventoryMovements" id="${inventoryItemInstance?.id}" total="${inventoryMovementListTotal}" />
+                <g:paginate action="listInventoryMovements" id="${inventoryItemInstance.id}" total="${inventoryMovementListTotal}" />
             </div>
         </div>
