Changeset 11944 for main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students
- Timestamp:
- 10 Nov 2014, 09:07:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/utils.py
r11943 r11944 229 229 # Fresh students must have booked and paid for accommodation. 230 230 if self._bedAvailable(student): 231 if not self._maintPaymentMade(student, p_session): 231 if not student.faccode == 'IOT' and \ 232 not self._maintPaymentMade(student, p_session): 232 233 return _('Book and pay for accommodation first ' 233 234 'before making school fee payments.'), None
Note: See TracChangeset for help on using the changeset viewer.