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/supplierDetailed/show.gsp

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