- Timestamp:
- 4 Dec 2024, 04:11:42 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17972 r17973 356 356 provider_amt = 2500.0 357 357 if applicant.__parent__.prefix.startswith('ase'): 358 provider_amt = 1000.0358 provider_amt = 500.0 359 359 if applicant.__parent__.prefix == 'pude': 360 provider_amt = 2000.0360 provider_amt = 500.0 361 361 if applicant.__parent__.prefix == 'cdl': 362 362 provider_amt = 0.0
Note: See TracChangeset for help on using the changeset viewer.