Ignore:
Timestamp:
30 Oct 2016, 20:43:58 (8 years ago)
Author:
Henrik Bettermann
Message:

Hide some payment categories.

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  
    165165        IWorkflowState(self.student).setState('cleared')
    166166        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 first
    172         #self.browser.getControl("Create ticket").click()
    173         #self.assertMatches('...Please pay acceptance fee first...',
    174         #                   self.browser.contents)
    175167        self.app['configuration']['2004'].clearance_fee = 666.0
    176168        self.browser.getControl(name="form.p_category").value = ['clearance_incl']
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r14239 r14243  
    5858        'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
    5959        'hostel_maintenance': 'Hostel Accommodation Fee',
    60         'application': 'Application Fee',
     60        #'application': 'Application Fee',
    6161        #'bed_allocation': 'Bed Allocation Fee',
    6262        #'transfer': 'Transfer Fee',
    6363        'transcript': 'Transcript Fee',
    6464        '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',
    6969        'concessional': 'Concessional Fee',
    70         'id_card': 'Student ID Card',
     70        #'id_card': 'Student ID Card',
    7171        }
    7272
Note: See TracChangeset for help on using the changeset viewer.