- Timestamp:
- Nov 30, 2010, 10:53:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/exporter/ExporterController.groovy
r1219 r1220 227 227 sub.createCell((short)6).setCellValue(study.title) 228 228 // Species row 9 229 sample.parentSubject.species.name!=null ? sub.createCell((short)8).setCellValue(sample.parentSubject.species.name) : "not defined" 229 // sample.parentSubject.species.name!=null ? sub.createCell((short)8).setCellValue(sample.parentSubject.species.name) : "not defined" 230 sample.parentSubject ? sub.createCell((short)8).setCellValue(sample.parentSubject.species.name) : "not defined" 230 231 } 231 232
Note: See TracChangeset
for help on using the changeset viewer.