Ignore:
Timestamp:
Mar 8, 2010, 4:37:12 PM (14 years ago)
Author:
gav
Message:

Change InventoryItem to have a preferred and many alternate suppliers and manufacturers.
Remove reverse InventoryItem references from Supplier and Manufacture domain classes.
InventoryCsvService updated.

File:
1 edited

Legend:

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

    r402 r436  
    8282                           
    8383                        </tr>
    84                    
    85                         <tr class="prop">
    86                             <td valign="top" class="name">Inventory Items:</td>
    87                            
    88                             <td  valign="top" style="text-align:left;" class="value">
    89                                 <ul>
    90                                 <g:each var="i" in="${manufacturerInstance.inventoryItems}">
    91                                     <li><g:link controller="inventoryItemDetailed" action="show" id="${i.id}">${i?.encodeAsHTML()}</g:link></li>
    92                                 </g:each>
    93                                 </ul>
    94                             </td>
    95                            
    96                         </tr>
    97                    
     84
    9885                    </tbody>
    9986                </table>
Note: See TracChangeset for help on using the changeset viewer.