Ignore:
Timestamp:
Dec 4, 2009, 2:08:20 PM (14 years ago)
Author:
gav
Message:

Record person performing the inventory movement as per ticket #24.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryMovement/list.gsp

    r178 r217  
    3131                                <th>Task</th>
    3232                           
    33                                 <g:sortableColumn property="date" title="Date" />
    34                        
     33                                <th>Person</th>
     34                           
    3535                        </tr>
    3636                    </thead>
     
    4949                            <td>${fieldValue(bean:inventoryMovementInstance, field:'task')}</td>
    5050                       
    51                             <td>${fieldValue(bean:inventoryMovementInstance, field:'date')}</td>
     51                            <td>${fieldValue(bean:inventoryMovementInstance, field:'person')}</td>
    5252                       
    5353                        </tr>
Note: See TracChangeset for help on using the changeset viewer.