Ignore:
Timestamp:
24 Feb 2013, 17:41:41 (12 years ago)
Author:
Henrik Bettermann
Message:

Customize getPaymentItem and getBedCoordinates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py

    r9982 r9989  
    311311        return text
    312312
     313    def getBedCoordinates(self, bedticket):
     314        """Return bed coordinates.
     315
     316        Bed coordinates are invisible in FCEOkene.
     317        """
     318        return _('(see payment slip)')
     319
    313320    # FCEOkene prefix
    314321    STUDENT_ID_PREFIX = u'K'
Note: See TracChangeset for help on using the changeset viewer.