Changeset 16554


Ignore:
Timestamp:
16 Jul 2021, 09:04:22 (3 years ago)
Author:
Henrik Bettermann
Message:

Disable acceptance fee payments except for ug_ft.

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

Legend:

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

    r16542 r16554  
    467467                student.current_mode == 'nce_ft':
    468468                return True
     469        if category == 'clearance':
     470            if 'cl_except_ug' in academic_session.payment_disabled and \
     471                student.current_mode != 'ug_ft':
     472                return True
    469473        return False
    470474
  • main/waeup.fceokene/trunk/src/waeup/fceokene/utils/utils.py

    r16461 r16554  
    9797        'sf_all': 'School Fee - All Students',
    9898        'sf_nce1': 'School Fee - NCE I Fresh Students',
     99        'cl_except_ug': 'Acceptance Fee - All Students except UG Full Time',
    99100        }
    100101
Note: See TracChangeset for help on using the changeset viewer.