Ignore:
Timestamp:
Jun 28, 2010, 1:01:30 AM (14 years ago)
Author:
gav
Message:

Domain change, rename InventoryItem property enableReorder to enableReorderListing as per ticket #75.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/InventoryItem.groovy

    r610 r616  
    2121    boolean isActive = true
    2222    boolean isObsolete = false
    23     boolean enableReorder = true /// @todo: rename to enableReorderListing.
     23    boolean enableReorderListing = true
    2424
    2525    static mapping = {
     
    4545        estimatedUnitPriceCurrency(nullable:true)
    4646        reorderPoint()
    47         enableReorder()
     47        enableReorderListing()
    4848        recommendedReorderPoint(nullable:true)
    4949        isActive()
Note: See TracChangeset for help on using the changeset viewer.