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/create.gsp

    r402 r722  
    2222                    <table>
    2323                        <tbody>
    24 
    25                             <g:if test="${contactInstance.manufacturer}">
    26                                 <g:hiddenField name="manufacturer.id" value="${contactInstance.manufacturer.id}"/>
    27                                 <tr class="prop">
    28                                     <td valign="top" class="name">
    29                                         <label for="manufacturer">Manufacturer:</label>
    30                                     </td>
    31                                     <td valign="top" class="value">
    32                                         <g:link controller="manufacturerDetailed" action="show" id="${contactInstance.manufacturer.id}">
    33                                             ${contactInstance.manufacturer.encodeAsHTML()}
    34                                         </g:link>
    35                                     </td>
    36                                 </tr>
    37                             </g:if>
    3824                           
    3925                            <g:if test="${contactInstance.supplier}">
Note: See TracChangeset for help on using the changeset viewer.