Ignore:
Timestamp:
16 Aug 2020, 09:16:19 (4 years ago)
Author:
Henrik Bettermann
Message:

Change provider amount.

File:
1 edited

Legend:

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

    r16175 r16201  
    265265        if self.context.__parent__.applicant_id.startswith('tsc'):
    266266            provider_amt = 1200.0
     267        if self.context.__parent__.applicant_id.startswith('ase'):
     268            provider_amt = 500.0
    267269        if self.context.__parent__.applicant_id.startswith('dp'):
    268270            inst_acct = "0040217361038"
     
    270272            inst_acct = "0040217361011"
    271273        if self.context.__parent__.applicant_id.startswith('cbt'):
    272             provider_amt = 500.0
     274            provider_amt = 300.0
    273275        inst_amt = self.context.amount_auth - provider_amt
    274276        lineitems = (
Note: See TracChangeset for help on using the changeset viewer.