Changeset 5839 for main/waeup.sirp
- Timestamp:
- 11 Mar 2011, 10:46:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r5820 r5839 115 115 116 116 """ 117 REQUIRES_JAMBDATA = schema.Bool(118 title = u'JAMB data required',119 description = u'This container requires JAMB data to be available.',120 required = True,121 default = False,122 )123 124 name = schema.TextLine(125 title = u'Internal ID',126 required = True,127 )128 129 117 title = schema.TextLine( 130 118 title = u'Short description of the type of applicants stored here.',
Note: See TracChangeset for help on using the changeset viewer.