Changeset 13402
- Timestamp:
- 7 Nov 2015, 05:24:45 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/tests.py
r13400 r13402 139 139 in self.browser.contents) 140 140 self.assertTrue( 141 'item_name="School Fee plus Student Union Dues and Welfare Ass." '141 'item_name="School Fee plus Students\' Union and Welfare Assurance Fees" ' 142 142 'item_amt="4600000" bank_id="7" ' 143 143 'acct_num="1014847058"' in self.browser.contents) … … 213 213 in self.browser.contents) 214 214 self.assertTrue( 215 'item_name="Acceptance Fee plus Matric Gown Fee and Lapel Fee" '215 'item_name="Acceptance Fee plus Matric Gown and Lapel/File Fees" ' 216 216 'item_amt="4000000" bank_id="117" ' 217 217 'acct_num="1014066976"' in self.browser.contents) … … 274 274 in self.browser.contents) 275 275 self.assertTrue( 276 'item_name=" AAUStudent Welfare Assurance Fee" item_amt="131700" '276 'item_name="Student Welfare Assurance Fee" item_amt="131700" ' 277 277 'bank_id="123" acct_num="1006407792"' 278 278 in self.browser.contents) -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r13400 r13402 31 31 'schoolfee_1': 'School Fee 1st instalment', 32 32 'schoolfee_2': 'School Fee 2nd instalment', 33 'schoolfee_incl': 'School Fee plus Student Union Dues and Welfare Ass.',33 'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance Fees', 34 34 'clearance': 'Acceptance Fee', 35 'clearance_incl': 'Acceptance Fee plus Matric Gown Fee and Lapel Fee',35 'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File Fees', 36 36 'hostel_maintenance': 'Hostel Maintenance Fee', 37 37 'application': 'Application Fee', … … 41 41 'transcript': 'Transcript Fee', 42 42 'late_registration': 'Late Course Registration Fee', 43 'welfare': ' AAUStudent Welfare Assurance Fee',44 'union': 'Students\' Union Due ',45 'lapel': ' AAULapel/File Fee',43 'welfare': 'Student Welfare Assurance Fee', 44 'union': 'Students\' Union Dues', 45 'lapel': 'Lapel/File Fee', 46 46 'matric_gown': 'Matriculation Gown Fee', 47 47 'concessional': 'Concessional Fee', … … 53 53 #'schoolfee_1': 'School Fee 1st instalment', 54 54 #'schoolfee_2': 'School Fee 2nd instalment', 55 'schoolfee_incl': 'School Fee plus Students Union Due and Welfare Ass.',55 'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance Fees', 56 56 'clearance': 'Acceptance Fee', 57 'clearance_incl': 'Acceptance Fee plus Matric Gown Fee and Lapel Fee',57 'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File Fees', 58 58 'hostel_maintenance': 'Hostel Maintenance Fee', 59 59 'application': 'Application Fee', … … 63 63 'transcript': 'Transcript Fee', 64 64 'late_registration': 'Late Course Registration Fee', 65 'welfare': ' AAUStudent Welfare Assurance Fee',66 'union': 'Students\' Union Due ',67 'lapel': ' AAULapel/File Fee',65 'welfare': 'Student Welfare Assurance Fee', 66 'union': 'Students\' Union Dues', 67 'lapel': 'Lapel/File Fee', 68 68 'matric_gown': 'Matriculation Gown Fee', 69 69 'concessional': 'Concessional Fee',
Note: See TracChangeset for help on using the changeset viewer.