Changeset 15499 for main/waeup.uniben/trunk/src
- Timestamp:
- 16 Jul 2019, 21:13:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r15491 r15499 261 261 else: 262 262 inst_acct = "0040217361011" 263 #if self.context.__parent__.applicant_id.startswith('cbt'):264 # provider_amt = 200.0263 if self.context.__parent__.applicant_id.startswith('cbt'): 264 provider_amt = 500.0 265 265 inst_amt = self.context.amount_auth - provider_amt 266 266 lineitems = (
Note: See TracChangeset for help on using the changeset viewer.