Changeset 18108
- Timestamp:
- 8 Jul 2025, 11:25:14 (3 hours ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r18034 r18108 55 55 56 56 BANK_ACCOUNTS = { 57 'access': ('1228744877', 58 'parentsconsult': ('1 228747029','117'),59 'health_insurance': ('1228744884', 60 'municipal_returning': (' 0040621193','31'),57 'access': ('1228744877','117'), 58 'parentsconsult': ('1012355544','117'), 59 'health_insurance': ('1228744884','117'), 60 'municipal_returning': ('1217103777','117'), 61 61 'clearance': ('0040621193','31'), 62 62 'develop': ('0040621193','31'), -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r18050 r18108 179 179 def _requiredPaymentsMissing(self, student, session): 180 180 # disabled on 03/04/25 181 return 181 # reenabled on 08/04/25 182 if session < 2025: 183 return 182 184 # Part time, jupeb, medical, and PG students do not pay sundry. 183 185 if student.is_jupeb or student.current_mode.endswith('_pt') \
Note: See TracChangeset for help on using the changeset viewer.