- Timestamp:
- 16 Mar 2018, 11:20:53 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r14968 r14969 65 65 def _isPaymentDisabled(self, p_session, category, student): 66 66 academic_session = self._getSessionConfiguration(p_session) 67 if category == 'schoolfee':67 if category.startswith('schoolfee'): 68 68 if 'sf_all' in academic_session.payment_disabled: 69 69 return True
Note: See TracChangeset for help on using the changeset viewer.