Ignore:
Timestamp:
Oct 5, 2010, 12:50:57 AM (14 years ago)
Author:
gav
Message:

Improvements to equipementRegister report, adding asset detail and layout.

File:
1 edited

Legend:

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

    r676 r679  
    178178        params.logoUrl = grailsApplication.mainContext.getResource('images/logo.png').getURL()
    179179        params.currentUser = authService.currentUser
    180         if(params.section.id == 'all')
    181             params.section = "All"
    182         else
    183             params.section = Section.get(params.section.id.toLong())
    184180
    185181        def dataModel = assetReportService.getEquipmentRegister(params, RCU.getLocale(request))
Note: See TracChangeset for help on using the changeset viewer.