- Timestamp:
- 12 Jul 2025, 07:33:47 (33 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r18115 r18121 374 374 if applicant.__parent__.prefix in ('pt', 'ptext', 'sandwich'): 375 375 provider_amt = 2000.0 376 if applicant.__parent__.prefix.startswith('pg'):377 provider_amt = 2000.0378 inst_acct = "3000151027"376 #if applicant.__parent__.prefix.startswith('pg'): 377 # provider_amt = 2000.0 378 # inst_acct = "3000151027" 379 379 if self.context.p_item == 'Balance': 380 380 provider_amt = 0.0
Note: See TracChangeset for help on using the changeset viewer.