Changeset 15182 for main/waeup.aaue


Ignore:
Timestamp:
2 Oct 2018, 15:13:05 (6 years ago)
Author:
Henrik Bettermann
Message:

Adjust payment category title.

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

Legend:

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

    r15165 r15182  
    304304            return self.ALUMNI_PAYMENT_CATS.items()
    305305        if self.context.student.current_mode in (
    306             'special_pg_ft', 'special_pg_pt', 'found') :
     306            'special_pg_ft', 'special_pg_pt', 'found'):
    307307            return self.REDUCED_PAYMENT_CATS.items()
    308308        if self.context.student.current_mode == 'ijmbe':
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r15181 r15182  
    6969    SELECTABLE_PAYMENT_CATEGORIES = {
    7070        'schoolfee': 'School Fee without additional fees',
    71         'schoolfee_1': 'School Fee (1st instalment) + Student Union Dues + Welfare Assurance Fee',
     71        'schoolfee_1': 'School Fee (1st instalment) + Student Union Dues + Welfare Assurance, Library and Sports Fees',
    7272        'schoolfee_2': 'School Fee (2nd instalment)',
    73         'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance Fee',
     73        'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance, Library and Sports Fees',
    7474        'clearance': 'Acceptance Fee without additional fees',
    7575        'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
Note: See TracChangeset for help on using the changeset viewer.