Ignore:
Timestamp:
9 Jul 2019, 08:55:40 (5 years ago)
Author:
Henrik Bettermann
Message:

Only JUPEB pay 2000 provider fee.

File:
1 edited

Legend:

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

    r15484 r15491  
    254254    @property
    255255    def lineitems(self):
    256         provider_amt = 2000.0
     256        provider_amt = 1000.0
     257        if self.context.__parent__.applicant_id.startswith('pre'):
     258            provider_amt = 2000.0
    257259        if self.context.__parent__.applicant_id.startswith('dp'):
    258260            inst_acct = "0040217361038"
Note: See TracChangeset for help on using the changeset viewer.