Changeset 14243 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 30 Oct 2016, 20:43:58 (8 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/tests/test_browser.py
r14241 r14243 165 165 IWorkflowState(self.student).setState('cleared') 166 166 self.browser.open(self.payments_path + '/addop') 167 self.browser.getControl("Create ticket").click()168 self.assertMatches('...Amount could not be determined...',169 self.browser.contents)170 #self.browser.getControl(name="form.p_category").value = ['schoolfee']171 # Accepotance fee must be paid first172 #self.browser.getControl("Create ticket").click()173 #self.assertMatches('...Please pay acceptance fee first...',174 # self.browser.contents)175 167 self.app['configuration']['2004'].clearance_fee = 666.0 176 168 self.browser.getControl(name="form.p_category").value = ['clearance_incl'] -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r14239 r14243 58 58 'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee', 59 59 'hostel_maintenance': 'Hostel Accommodation Fee', 60 'application': 'Application Fee',60 #'application': 'Application Fee', 61 61 #'bed_allocation': 'Bed Allocation Fee', 62 62 #'transfer': 'Transfer Fee', 63 63 'transcript': 'Transcript Fee', 64 64 'late_registration': 'Late Course Registration Fee', 65 'welfare': 'Student Welfare Assurance Fee',66 'union': 'Student Union Dues',67 'lapel': 'Lapel/File Fee',68 'matric_gown': 'Matriculation Gown Fee',65 #'welfare': 'Student Welfare Assurance Fee', 66 #'union': 'Student Union Dues', 67 #'lapel': 'Lapel/File Fee', 68 #'matric_gown': 'Matriculation Gown Fee', 69 69 'concessional': 'Concessional Fee', 70 'id_card': 'Student ID Card',70 #'id_card': 'Student ID Card', 71 71 } 72 72
Note: See TracChangeset for help on using the changeset viewer.