Ignore:
Timestamp:
30 Jun 2018, 06:18:27 (6 years ago)
Author:
Henrik Bettermann
Message:

Add new payment categories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/utils.py

    r15064 r15071  
    205205        elif category == 'certificate':
    206206            amount = academic_session.certificate_fee
     207        elif category == 'certificate_confirm':
     208            amount = academic_session.certificate_confirm_fee
     209        elif category == 'final_clearance':
     210            amount = academic_session.final_clearance_fee
     211        elif category == 'late_registration':
     212            amount = academic_session.late_registration_fee
    207213        if amount in (0.0, None):
    208214            return _('Amount could not be determined.'), None
Note: See TracChangeset for help on using the changeset viewer.