- Timestamp:
- 8 Mar 2022, 08:37:28 (3 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interfaces.py
r16386 r16866 141 141 ) 142 142 143 flc_modules_fee = schema.Float( 144 title = _(u'FLC Modules Fee'), 145 default = 0.0, 146 required = False, 147 ) 148 143 149 interswitch_enabled = schema.Bool( 144 150 title = _(u'Interswitch integration enabled'), -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r16829 r16866 95 95 'medical_quest':'Medical Questionnaire Fee', 96 96 'plag_test':'Final Year Plagiarism Test', 97 'flc_modules': 'FLC Modules Fee', 97 98 } 98 99 … … 117 118 'medical_quest':'Medical Questionnaire Fee', 118 119 'plag_test':'Final Year Plagiarism Test (for final year project or PG thesis)', 120 'flc_modules': 'FLC Modules Fee', 119 121 } 120 122 … … 165 167 'carryover':'School Fee (carry over from previous sessions)', 166 168 'foreign':'School Fee (paid in foreign currency)', 169 'flc_modules': 'FLC Modules Fee', 167 170 } 168 171
Note: See TracChangeset for help on using the changeset viewer.