- Timestamp:
- 10 Jun 2011, 10:20:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6324 r6327 284 284 """ 285 285 msgs = Attribute('Workflow transitions with date of transition.') 286 getApplicationState = Attribute('Returns the application state of an applicant') 286 287 287 288 reg_no = schema.TextLine( … … 388 389 default = False, 389 390 ) 390 391 def getApplicationState():392 """393 Returns the application state of an applicant.394 """395 391 396 392 class IApplicant(IApplicantBaseData):
Note: See TracChangeset for help on using the changeset viewer.