- Timestamp:
- 13 Aug 2018, 05:55:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/utils.py
r15078 r15105 228 228 elif category == 'late_registration': 229 229 amount = academic_session.late_registration_fee 230 elif category == 'union': 231 amount = academic_session.union_fee 230 232 if amount in (0.0, None): 231 233 return _('Amount could not be determined.'), None
Note: See TracChangeset for help on using the changeset viewer.