- Timestamp:
- 16 May 2011, 08:22:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6109 r6110 195 195 readonly = True, 196 196 ) 197 198 ac_prefix = schema.Choice( 199 title = u'Access code prefix', 200 required = True, 201 default = None, 202 values = ['APP','CEST','PUME','PUDE'], 203 ) 197 204 198 205 description = schema.Text(
Note: See TracChangeset for help on using the changeset viewer.