Changeset 1787
- Timestamp:
- Apr 21, 2011, 2:33:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r1785 r1787 115 115 */ 116 116 def String toString() { 117 return code+ " - "+ title117 return ( (code) ? code : "[no code]") + " - "+ title 118 118 } 119 119
Note: See TracChangeset
for help on using the changeset viewer.