Changeset 14021 for main/kofacustom.wdu/trunk/src/kofacustom
- Timestamp:
- 7 Jul 2016, 06:44:47 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/interfaces.py
r13240 r14021 128 128 required = False, 129 129 readonly = False, 130 default = [],130 defaultFactory=list, 131 131 ) 132 132 olevel_type2 = schema.Choice( … … 157 157 required = False, 158 158 readonly = False, 159 default = [],159 defaultFactory=list, 160 160 ) 161 161 hq_type = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.