Ignore:
Timestamp:
4 Dec 2024, 04:11:42 (5 weeks ago)
Author:
Henrik Bettermann
Message:

Change fees.

File:
1 edited

Legend:

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

    r17972 r17973  
    356356                provider_amt = 2500.0
    357357        if applicant.__parent__.prefix.startswith('ase'):
    358             provider_amt = 1000.0
     358            provider_amt = 500.0
    359359        if applicant.__parent__.prefix == 'pude':
    360             provider_amt = 2000.0
     360            provider_amt = 500.0
    361361        if applicant.__parent__.prefix == 'cdl':
    362362            provider_amt = 0.0
Note: See TracChangeset for help on using the changeset viewer.