Ignore:
Timestamp:
11 Feb 2016, 10:45:59 (9 years ago)
Author:
Henrik Bettermann
Message:

Parttime and fulltime postgrad students pay different acceptance fees.

File:
1 edited

Legend:

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

    r13652 r13678  
    197197    def test_interswitch_form_pt_acceptance_fees(self):
    198198        self.certificate.study_mode = 'ug_pt'
    199         self.app['configuration']['2004'].clearance_fee_pt = 40250.0
     199        self.app['configuration']['2004'].clearance_fee_ug_pt = 40250.0
    200200        self.app['configuration']['2004'].matric_gown_fee = 2000.0
    201201        self.app['configuration']['2004'].lapel_fee = 800.0
Note: See TracChangeset for help on using the changeset viewer.