Changeset 17838


Ignore:
Timestamp:
10 Jul 2024, 11:42:40 (2 months ago)
Author:
Henrik Bettermann
Message:

New fees.

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  
    302302        )
    303303
     304    medical_screening_fee = schema.Float(
     305        title = _(u'Medical Screening Fees'),
     306        default = 0.0,
     307        required = False,
     308        )
     309
    304310    # CDL Portal Fess only
    305311
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py

    r17800 r17838  
    9191        'orientation':'Orientation Fee',
    9292        'examination':'Examination Fee',
     93        'medical_screening':'Medical Screening Fees',
    9394        'cdlcourse1': ' 1 Course',
    9495        'cdlcourse2': ' 2 Courses',
     
    127128        'science': 'Science Bench Fee',
    128129        'clinical': 'Clinical Fee (Medical Students)',
     130        'medical_screening':'Medical Screening Fees',
    129131        'develop': 'Development Fee',
    130132        'municipal_fresh': 'Municipal Fee (Fresh Students)',
     
    214216        'science': 'Science Bench Fee',
    215217        'clinical': 'Clinical Fee (Medical Students)',
     218        'medical_screening':'Medical Screening Fees',
    216219        'develop': 'Development Fee',
    217220        'municipal_fresh': 'Municipal Fee (Fresh Students)',
     
    281284        'science': 'Science Bench Fee',
    282285        'clinical': 'Clinical Fee (Medical Students)',
     286        'medical_screening':'Medical Screening Fees',
    283287        'develop': 'Development Fee',
    284288        'municipal_fresh': 'Municipal Fee (Fresh Students)',
Note: See TracChangeset for help on using the changeset viewer.