Changeset 17838 for main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Timestamp:
- 10 Jul 2024, 11:42:40 (4 months ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interfaces.py
r17731 r17838 302 302 ) 303 303 304 medical_screening_fee = schema.Float( 305 title = _(u'Medical Screening Fees'), 306 default = 0.0, 307 required = False, 308 ) 309 304 310 # CDL Portal Fess only 305 311 -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r17800 r17838 91 91 'orientation':'Orientation Fee', 92 92 'examination':'Examination Fee', 93 'medical_screening':'Medical Screening Fees', 93 94 'cdlcourse1': ' 1 Course', 94 95 'cdlcourse2': ' 2 Courses', … … 127 128 'science': 'Science Bench Fee', 128 129 'clinical': 'Clinical Fee (Medical Students)', 130 'medical_screening':'Medical Screening Fees', 129 131 'develop': 'Development Fee', 130 132 'municipal_fresh': 'Municipal Fee (Fresh Students)', … … 214 216 'science': 'Science Bench Fee', 215 217 'clinical': 'Clinical Fee (Medical Students)', 218 'medical_screening':'Medical Screening Fees', 216 219 'develop': 'Development Fee', 217 220 'municipal_fresh': 'Municipal Fee (Fresh Students)', … … 281 284 'science': 'Science Bench Fee', 282 285 'clinical': 'Clinical Fee (Medical Students)', 286 'medical_screening':'Medical Screening Fees', 283 287 'develop': 'Development Fee', 284 288 'municipal_fresh': 'Municipal Fee (Fresh Students)',
Note: See TracChangeset for help on using the changeset viewer.