Ignore:
Timestamp:
16 Nov 2015, 09:05:30 (9 years ago)
Author:
Henrik Bettermann
Message:

Add option which allows students to select a desired hostel before booking accommodation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py

    r13345 r13457  
    251251    phone = PhoneNumber(
    252252        title = _(u'Phone'),
    253         description = u'',
    254253        required = False,
    255254        )
     
    697696    """
    698697
     698    desired_hostel = schema.TextLine(
     699        title = _(u'Desired Hostel'),
     700        required = False,
     701        )
     702
    699703    def addBedTicket(bedticket):
    700704        """Add a bed ticket object.
Note: See TracChangeset for help on using the changeset viewer.