Ignore:
Timestamp:
25 Jun 2023, 07:09:00 (15 months ago)
Author:
Henrik Bettermann
Message:

Remove WAeAC.fee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r17374 r17454  
    146146            not self.context.p_item == 'Balance':
    147147            provider_amt = self.dynamic_provider_amt(self.context.student)
    148             if self.context.student.current_mode == 'cdl':
    149                 provider_amt = 7500.0
    150148            if self.context.student.current_mode == 'ug_ft':
    151149                student_union = 1000.0
     
    344342            provider_amt = 500.0
    345343        if applicant.__parent__.prefix == 'cdl':
    346             provider_amt = 3500.0
     344            provider_amt = 0.0
    347345        if applicant.__parent__.prefix == 'cbt':
    348346            provider_amt = 300.0
Note: See TracChangeset for help on using the changeset viewer.