Ignore:
Timestamp:
22 Jan 2013, 08:55:00 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove school fee installment payments and restricted course registration. Seems that all these customizations have been a waste of time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/etranzact/tests.py

    r9755 r9905  
    5050        # Managers can add online payment tickets
    5151        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    52         self.app['configuration']['2004'].school_fee_base = 1234.0
     52        self.app['configuration']['2004'].school_fee = 1234.0
    5353        self.browser.open(self.payments_path)
    5454        IWorkflowState(self.student).setState('cleared')
    5555        self.browser.open(self.payments_path + '/addop')
    56         self.browser.getControl(name="form.p_category").value = ['schoolfee_1']
     56        self.browser.getControl(name="form.p_category").value = ['schoolfee']
    5757        self.browser.getControl("Create ticket").click()
    5858        self.assertMatches('...ticket created...',
     
    8181            'RETURN_TYPE=%s&'
    8282            'PROGRAMME_TYPE=CERT1&'
    83             'PAYMENT_TYPE=School Fee 1st instalment&'
     83            'PAYMENT_TYPE=School Fee&'
    8484            'ACADEMIC_SESSION=2004/2005&'
    8585            'MATRIC_NO=E1000000&'
Note: See TracChangeset for help on using the changeset viewer.