Ignore:
Timestamp:
11 Nov 2015, 19:49:12 (9 years ago)
Author:
Henrik Bettermann
Message:

revert to the old Interswitch surcharge.

File:
1 edited

Legend:

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

    r13437 r13438  
    300300        self.student['studycourse'].entry_session = 2013
    301301        self.student['studycourse'].certificate.school_fee_1 = 50250.0
    302         self.app['configuration']['2004'].union_fee = 1015.23
    303         self.app['configuration']['2004'].welfare_fee = 507.61
     302        self.app['configuration']['2004'].union_fee = 1250.0
     303        self.app['configuration']['2004'].welfare_fee = 750.0
    304304        self.student.nationality = u'NG'
    305305        # Login
Note: See TracChangeset for help on using the changeset viewer.