Ignore:
Timestamp:
Nov 19, 2009, 9:16:21 PM (14 years ago)
Author:
gav
Message:

Improve entry creation so that entryType is passed in with the associated submitButton.
Refactor InventoryMovementService and prevent create/delete of invenotryMovements on complete task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/EntryDetailedController.groovy

    r186 r191  
    9696            def entryInstance = new Entry()
    9797            entryInstance.task = taskInstance
     98            entryInstance.entryType = EntryType.get(params.entryType.id)
    9899            return ['entryInstance':entryInstance]
    99100        }
Note: See TracChangeset for help on using the changeset viewer.