Ignore:
Timestamp:
Nov 10, 2009, 9:56:28 PM (14 years ago)
Author:
gav
Message:

Small refactor to use personService where appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/CreateDataService.groovy

    r182 r185  
    754754                                                                                    unitOfMeasure: UnitOfMeasure.get(2),
    755755                                                                                    inventoryLocation: InventoryLocation.get(1),
    756                                                                                     name: "J-Rope",
    757                                                                                     description: "Twine wound J-Rope",
     756                                                                                    name: "Hemp rope",
     757                                                                                    description: "Natural hemp rope.",
    758758                                                                                    unitsInStock: 2,
    759759                                                                                    reorderPoint: 0)
     
    765765                                                                                    unitOfMeasure: UnitOfMeasure.get(2),
    766766                                                                                    inventoryLocation: InventoryLocation.get(1),
    767                                                                                     name: "L-Rope",
    768                                                                                     description: "Twine wound L-Rope",
     767                                                                                    name: "Cotton Rope 12mm",
     768                                                                                    description: "A soft natural rope made from cotton.",
    769769                                                                                    alternateItems: InventoryItem.get(1),
    770770                                                                                    unitsInStock: 2,
Note: See TracChangeset for help on using the changeset viewer.