Changeset 13031 for main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
- Timestamp:
- 4 Jun 2015, 14:21:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r12971 r13031 471 471 elif category == 'transcript': 472 472 amount = academic_session.transcript_fee 473 elif category == 'late_registration': 474 amount = academic_session.late_registration_fee 473 475 if amount in (0.0, None): 474 476 return _('Amount could not be determined.'), None
Note: See TracChangeset for help on using the changeset viewer.