Changeset 8378
- Timestamp:
- 7 May 2012, 06:40:39 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/export.py
r8196 r8378 31 31 IPGApplicant.names() + 32 32 IApplicantBaseData.names() 33 ))) 33 ))) + ('container_code',) -
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r8247 r8378 156 156 required = False, 157 157 readonly = False, 158 show_year = True, 158 159 ) 159 160 emp_end = FormattedDate( … … 161 162 required = False, 162 163 readonly = False, 164 show_year = True, 163 165 ) 164 166 emp_reason = schema.TextLine( … … 181 183 required = False, 182 184 readonly = False, 185 show_year = True, 183 186 ) 184 187 emp2_end = FormattedDate( … … 186 189 required = False, 187 190 readonly = False, 191 show_year = True, 188 192 ) 189 193 emp2_reason = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.