Ignore:
Timestamp:
18 Aug 2020, 09:03:30 (4 years ago)
Author:
Henrik Bettermann
Message:

not balance

File:
1 edited

Legend:

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

    r16203 r16204  
    261261    def lineitems(self):
    262262        provider_amt = 1000.0
    263         if not self.context.p_item == 'Balance':
     263        if not self.context.p_item != 'Balance':
    264264            if self.context.__parent__.applicant_id.startswith('pre'):
    265265                provider_amt = 2000.0
Note: See TracChangeset for help on using the changeset viewer.