Ignore:
Timestamp:
6 Sep 2021, 11:54:37 (3 years ago)
Author:
Henrik Bettermann
Message:

Bugfix

File:
1 edited

Legend:

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

    r16597 r16606  
    286286        if self.context.__parent__.applicant_id.startswith('tsc'):
    287287            provider_amt = 1200.0
    288             if self.context.order == 'c':
     288            if self.context.__parent__.order == 'c':
    289289                provider_amt = 1000.0
    290290        if self.context.__parent__.applicant_id.startswith('ase'):
Note: See TracChangeset for help on using the changeset viewer.