Changeset 15318 for main/waeup.uniben/trunk
- Timestamp:
- 2 Feb 2019, 09:24:55 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r15314 r15318 389 389 category = 'hostel_maintenance' 390 390 # Create ticket. 391 if self.samePaymentMade(student, category, p_item, p_session): 391 if category != 'bed_allocation' \ 392 and self.samePaymentMade(student, category, p_item, p_session): 392 393 return _('This type of payment has already been made.'), None 393 394 if self._isPaymentDisabled(p_session, category, student):
Note: See TracChangeset for help on using the changeset viewer.