Changeset 16201
- Timestamp:
- 16 Aug 2020, 09:16:19 (4 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r16198 r16201 366 366 title = _(u'Course of Study'), 367 367 source = TranscriptCertificateSource(), 368 description = u'Faculty / Department / StudyCourse',368 description = u'Faculty / Department / Course', 369 369 required = False, 370 370 readonly = False, -
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.