Ignore:
Timestamp:
Jul 19, 2010, 8:47:38 AM (14 years ago)
Author:
gav
Message:

Domain change: Add PurchasingGroup?.
Logic and views to suite.

File:
1 edited

Legend:

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

    r498 r633  
    2323                                <g:sortableColumn property="name" title="Name" />
    2424                       
     25                            <g:sortableColumn property="purchasingGroup" title="Group" />
     26                       
    2527                                <g:sortableColumn property="description" title="Description" />
    2628                       
     
    4143                            <td onclick='window.location = "${request.getContextPath()}/costCodeDetailed/show/${costCodeInstance.id}"'>
    4244                                ${fieldValue(bean:costCodeInstance, field:'name')}
     45                            </td>
     46                       
     47                            <td onclick='window.location = "${request.getContextPath()}/costCodeDetailed/show/${costCodeInstance.id}"'>
     48                                ${fieldValue(bean:costCodeInstance, field:'purchasingGroup')}
    4349                            </td>
    4450                       
Note: See TracChangeset for help on using the changeset viewer.