Changeset 18038


Ignore:
Timestamp:
12 Mar 2025, 14:37:51 (4 hours ago)
Author:
Henrik Bettermann
Message:

Remove duplicate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interfaces.py

    r18037 r18038  
    100100    # Additional fees in custom package add here
    101101
    102     grad_clearance_fee = schema.Float(
    103         title = _(u'Clearance Fee'),
    104         default = 0.0,
    105         required = False,
    106         )
    107102
    108103    #registration_fee = schema.Float(
     
    245240    # Sundry Fees
    246241
     242    grad_clearance_fee = schema.Float(
     243        title = _(u'Graduation Clearance Fee'),
     244        default = 0.0,
     245        required = False,
     246        )
     247
    247248    medical_screening_fee = schema.Float(
    248249        title = _(u'Medical Screening Fees'),
     
    319320    id_card_fee = schema.Float(
    320321        title = _(u'Student ID Card Fee'),
    321         default = 0.0,
    322         required = False,
    323         )
    324 
    325     grad_clearance_fee = schema.Float(
    326         title = _(u'Graduation Clearance Fees'),
    327322        default = 0.0,
    328323        required = False,
Note: See TracChangeset for help on using the changeset viewer.