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/addressDetailed/edit.gsp

    r397 r722  
    2424                    <table>
    2525                        <tbody>
    26                        
    27                             <g:if test="${addressInstance.manufacturer}">
    28                                 <tr class="prop">
    29                                     <td valign="top" class="name">
    30                                         <label for="manufacturer">Manufacturer:</label>
    31                                     </td>
    32                                     <td valign="top" class="value">
    33                                         <g:link controller="manufacturerDetailed" action="show" id="${addressInstance.manufacturer.id}">
    34                                             ${addressInstance.manufacturer.encodeAsHTML()}
    35                                         </g:link>
    36                                     </td>
    37                                 </tr>
    38                             </g:if>
    3926                           
    4027                            <g:if test="${addressInstance.supplier}">
Note: See TracChangeset for help on using the changeset viewer.