Ignore:
Timestamp:
4 Dec 2011, 17:40:41 (13 years ago)
Author:
Henrik Bettermann
Message:

Use reg_no as locator to find applicants for updating and removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py

    r7263 r7268  
    443443        )
    444444
     445class IApplicantUpdateByRegNo(IApplicant):
     446    """Representation of an applicant.
     447
     448    Skip regular reg_no validation if reg_no is used for finding
     449    the applicant object.
     450    """
     451    reg_no = schema.TextLine(
     452        title = u'Registration Number',
     453        default = None,
     454        required = False,
     455        )
     456
    445457class IApplicantOnlinePayment(IOnlinePayment):
    446458    """An applicant payment via payment gateways.
Note: See TracChangeset for help on using the changeset viewer.