Ignore:
Timestamp:
Oct 4, 2010, 8:32:56 PM (14 years ago)
Author:
gav
Message:

Update asset and equipment register reports with new headers.

File:
1 edited

Legend:

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

    r654 r678  
    6464                // Add all attribType columns.
    6565                result.attribTypes.each { column ->
    66                     rows[assetResult.name][column] = null
     66                    rows[assetResult.name][column] = '-'
    6767                }
    6868            }
     
    181181                // Add all attribType columns.
    182182                result.attribTypes.each { column ->
    183                     rows[rowKey][column] = null
     183                    rows[rowKey][column] = '-'
    184184                }
    185185            }
Note: See TracChangeset for help on using the changeset viewer.