Ignore:
Timestamp:
Jan 23, 2010, 10:42:41 AM (14 years ago)
Author:
gav
Message:

Svn move PersonService to AuthService?.

File:
1 edited

Legend:

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

    r226 r291  
    33    boolean transactional = false
    44
    5     def personService
     5    def authService
    66
    77    def reverseMove(params) {
     
    8888            result.inventoryMovementInstance = new InventoryMovement(params)
    8989
    90             result.inventoryMovementInstance.person = personService.currentUser
     90            result.inventoryMovementInstance.person = authService.currentUser
    9191
    9292            // Used type must have a task that is not complete or in the trash
Note: See TracChangeset for help on using the changeset viewer.