Ignore:
Timestamp:
4 Jun 2015, 14:21:23 (9 years ago)
Author:
Henrik Bettermann
Message:

Implement session-specific course registration deadline and
late registration payment.

File:
1 edited

Legend:

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

    r12971 r13031  
    471471        elif category == 'transcript':
    472472            amount = academic_session.transcript_fee
     473        elif category == 'late_registration':
     474            amount = academic_session.late_registration_fee
    473475        if amount in (0.0, None):
    474476            return _('Amount could not be determined.'), None
Note: See TracChangeset for help on using the changeset viewer.