Changeset 17510 for main/waeup.aaue


Ignore:
Timestamp:
23 Jul 2023, 21:47:47 (16 months ago)
Author:
Henrik Bettermann
Message:

PG students now also pay additional fees.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
2 edited

Legend:

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

    r17507 r17510  
    405405            except KeyError:
    406406                return _('School fees not yet fixed.'), None
    407             if student.is_postgrad and category != 'schoolfee':
    408                 return _("No additional fees required."), None
     407            #if student.is_postgrad and category != 'schoolfee':
     408            #    return _("No additional fees required."), None
    409409            if not previous_session and student.current_mode in (
    410410                'ug_ft', 'ug_pt', 'de_ft', 'de_pt',
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r17507 r17510  
    140140    REDUCED_PAYMENT_CATS =  {
    141141        'clearance': 'Acceptance Fee',
    142         'schoolfee': 'School Fees',
     142        'schoolfee_incl': 'School Fees Plus',
    143143        'late_registration': 'Late Course Registration Fee',
    144144        ##'sports': 'Sports Fee',
Note: See TracChangeset for help on using the changeset viewer.