Changeset 15787 for main/kofacustom.coewarri/trunk/src/kofacustom
- Timestamp:
- 9 Nov 2019, 15:51:43 (5 years ago)
- Location:
- main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interfaces.py
r14589 r15787 48 48 49 49 clearance_fee_3 = schema.Float( 50 title = _(u'Acceptance Fee NCE Weekend'),50 title = _(u'Acceptance Fee NCE Part-Time'), 51 51 default = 0.0, 52 52 required = False, -
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r15776 r15787 151 151 except (AttributeError, TypeError): 152 152 return _('Study course data are incomplete.'), None 153 if student.entry_mode == 'nce_we_pt':153 if student.entry_mode in ('nce_we_pt', 'nce_pt'): 154 154 amount = academic_session.clearance_fee_3 155 155 elif student.entry_mode in ('ug_ft', 'de_ft'):
Note: See TracChangeset for help on using the changeset viewer.