Changeset 16204 for main/waeup.uniben/trunk/src
- Timestamp:
- 18 Aug 2020, 09:03:30 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r16203 r16204 261 261 def lineitems(self): 262 262 provider_amt = 1000.0 263 if not self.context.p_item == 'Balance':263 if not self.context.p_item != 'Balance': 264 264 if self.context.__parent__.applicant_id.startswith('pre'): 265 265 provider_amt = 2000.0
Note: See TracChangeset for help on using the changeset viewer.