Changeset 15182 for main/waeup.aaue
- Timestamp:
- 2 Oct 2018, 15:13:05 (6 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r15165 r15182 304 304 return self.ALUMNI_PAYMENT_CATS.items() 305 305 if self.context.student.current_mode in ( 306 'special_pg_ft', 'special_pg_pt', 'found') 306 'special_pg_ft', 'special_pg_pt', 'found'): 307 307 return self.REDUCED_PAYMENT_CATS.items() 308 308 if self.context.student.current_mode == 'ijmbe': -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r15181 r15182 69 69 SELECTABLE_PAYMENT_CATEGORIES = { 70 70 'schoolfee': 'School Fee without additional fees', 71 'schoolfee_1': 'School Fee (1st instalment) + Student Union Dues + Welfare Assurance Fee',71 'schoolfee_1': 'School Fee (1st instalment) + Student Union Dues + Welfare Assurance, Library and Sports Fees', 72 72 'schoolfee_2': 'School Fee (2nd instalment)', 73 'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance Fee',73 'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance, Library and Sports Fees', 74 74 'clearance': 'Acceptance Fee without additional fees', 75 75 'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
Note: See TracChangeset for help on using the changeset viewer.