- Timestamp:
- 10 Jun 2011, 12:00:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6327 r6332 284 284 """ 285 285 msgs = Attribute('Workflow transitions with date of transition.') 286 getApplicationState = Attribute('Returns the application state of an applicant')286 state = Attribute('Returns the application state of an applicant') 287 287 288 288 reg_no = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.