Changeset 15475 for main


Ignore:
Timestamp:
24 Jun 2019, 15:10:52 (5 years ago)
Author:
Henrik Bettermann
Message:

There is no technology charges in 2nd installment.

File:
1 edited

Legend:

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

    r15473 r15475  
    253253            if contr_agreement_student(student) == 'first':
    254254                # First agreement
    255                 provider_amt = 1900.0
     255                if self.context.p_category != 'schoolfee_2':
     256                    provider_amt = 1900.0
    256257                joint_venture_amt = 0.0
    257258                aaue_share_amt = 0.0
     
    280281            else:
    281282                # Second agreement
    282                 provider_amt = 1500.0
    283283                joint_venture_amt = 1000.0
    284284                aaue_share_amt = 1500.0
     285                if  self.context.p_category != 'schoolfee_2':
     286                    provider_amt = 1500.0
    285287                student_union_due_amt = gateway_net_amt(
    286288                    academic_session.union_fee)
Note: See TracChangeset for help on using the changeset viewer.