Ignore:
Timestamp:
Nov 25, 2010, 12:08:12 PM (13 years ago)
Author:
gav
Message:

Domain change: as per ticket #97 - Drop the entire Manufacturer domain concept.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/contactDetailed/show.gsp

    r402 r722  
    2121                            <td valign="top" class="value">${fieldValue(bean:contactInstance, field:'id')}</td>
    2222                        </tr>
    23 
    24                         <g:if test="${contactInstance.manufacturer}">
    25                             <tr class="prop">
    26                                 <td valign="top" class="name">Manufacturer:</td>
    27 
    28                                 <td valign="top" class="value"><g:link controller="manufacturerDetailed" action="show" id="${contactInstance.manufacturer.id}">${contactInstance.manufacturer.encodeAsHTML()}</g:link></td>
    29 
    30                             </tr>
    31                         </g:if>
    3223
    3324                        <g:if test="${contactInstance.supplier}">
Note: See TracChangeset for help on using the changeset viewer.