Changeset 678 for trunk/grails-app/services/AssetReportService.groovy
- Timestamp:
- Oct 4, 2010, 8:32:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/AssetReportService.groovy
r654 r678 64 64 // Add all attribType columns. 65 65 result.attribTypes.each { column -> 66 rows[assetResult.name][column] = null66 rows[assetResult.name][column] = '-' 67 67 } 68 68 } … … 181 181 // Add all attribType columns. 182 182 result.attribTypes.each { column -> 183 rows[rowKey][column] = null183 rows[rowKey][column] = '-' 184 184 } 185 185 }
Note: See TracChangeset
for help on using the changeset viewer.