Changeset 17708 for main/waeup.uniben


Ignore:
Timestamp:
29 Feb 2024, 11:54:11 (7 months ago)
Author:
Henrik Bettermann
Message:

Update union charges.

File:
1 edited

Legend:

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

    r17592 r17708  
    147147            provider_amt = self.dynamic_provider_amt(self.context.student)
    148148            if self.context.student.current_mode == 'ug_ft':
    149                 student_union = 1000.0
     149                student_union = 2500.0
    150150        elif self.context.p_category == 'clearance':
    151151            provider_amt = self.dynamic_provider_amt(self.context.student)
Note: See TracChangeset for help on using the changeset viewer.