Changeset 16606 for main/waeup.uniben/trunk/src/waeup/uniben/remita
- Timestamp:
- 6 Sep 2021, 11:54:37 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r16597 r16606 286 286 if self.context.__parent__.applicant_id.startswith('tsc'): 287 287 provider_amt = 1200.0 288 if self.context. order == 'c':288 if self.context.__parent__.order == 'c': 289 289 provider_amt = 1000.0 290 290 if self.context.__parent__.applicant_id.startswith('ase'):
Note: See TracChangeset for help on using the changeset viewer.