Changeset 17507 for main/waeup.aaue


Ignore:
Timestamp:
23 Jul 2023, 15:24:10 (14 months ago)
Author:
Henrik Bettermann
Message:

Allow part time students to pay by installments.

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

    r17500 r17507  
    415415                             "additional fees."), None
    416416            if category in ('schoolfee_1', 'schoolfee_2'):
    417                 if student.current_mode == 'ug_pt':
    418                     return _("Part-time students are not allowed "
    419                              "to pay by instalments."), None
     417                #if student.current_mode == 'ug_pt':
     418                #    return _("Part-time students are not allowed "
     419                #             "to pay by instalments."), None
    420420                if student.entry_session < 2015:
    421421                    return _("You are not allowed "
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r17473 r17507  
    163163        'clearance_incl': 'Acceptance Fee Plus',
    164164        'schoolfee_incl': 'School Fees Plus',
     165        'schoolfee_1': 'School Fees Plus (1st instalment)',
     166        'schoolfee_2': 'School Fees (2nd instalment)',
    165167        'ent_text_book_1': 'Text Book Fee ENT201',
    166168        'ent_text_book_2': 'Text Book Fee ENT211',
Note: See TracChangeset for help on using the changeset viewer.