- Timestamp:
- 16 Aug 2020, 09:16:19 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r16175 r16201 265 265 if self.context.__parent__.applicant_id.startswith('tsc'): 266 266 provider_amt = 1200.0 267 if self.context.__parent__.applicant_id.startswith('ase'): 268 provider_amt = 500.0 267 269 if self.context.__parent__.applicant_id.startswith('dp'): 268 270 inst_acct = "0040217361038" … … 270 272 inst_acct = "0040217361011" 271 273 if self.context.__parent__.applicant_id.startswith('cbt'): 272 provider_amt = 500.0274 provider_amt = 300.0 273 275 inst_amt = self.context.amount_auth - provider_amt 274 276 lineitems = (
Note: See TracChangeset for help on using the changeset viewer.