- Timestamp:
- 21 Aug 2024, 08:09:35 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r17889 r17900 50 50 51 51 REQUIRED_PAYMENTS_FRESH = { 52 'registration ': 'Registration Fee',52 'registration_fresh': 'Registration Fee (Fresh)', 53 53 'book': 'Book Deposit', 54 54 'develop': 'Development Fee', … … 58 58 59 59 REQUIRED_PAYMENTS_RETURNING = { 60 'registration ': 'Registration Fee',60 'registration_return': 'Registration Fee (Returning)', 61 61 'book': 'Book Deposit', 62 62 'develop': 'Development Fee',
Note: See TracChangeset for help on using the changeset viewer.