Changeset 18147
- Timestamp:
- 5 Aug 2025, 14:28:21 (8 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r18023 r18147 239 239 p_item += u'%s + ' % categories[cat] 240 240 p_item = p_item.strip(' + ') 241 242 elif category.startswith('trcn'): 243 if student.certcode not in ('TRCNDEG', 'TRCNNCE'): 244 return _('You are not a TRCN student.'), None 241 245 else: 242 246 fee_name = category + '_fee'
Note: See TracChangeset for help on using the changeset viewer.