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/services/AddressService.groovy

    r401 r722  
    5757    private checkForOwner(params) {
    5858
    59         if(params.manufacturer?.id)
    60             return Manufacturer.exists(params.manufacturer.id)
    6159        if(params.supplier?.id)
    6260            return Supplier.exists(params.supplier.id)
Note: See TracChangeset for help on using the changeset viewer.