Ignore:
Timestamp:
8 Mar 2022, 08:37:28 (3 years ago)
Author:
Henrik Bettermann
Message:

Add payment category.

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  
    141141        )
    142142
     143    flc_modules_fee = schema.Float(
     144        title = _(u'FLC Modules Fee'),
     145        default = 0.0,
     146        required = False,
     147        )
     148
    143149    interswitch_enabled = schema.Bool(
    144150        title = _(u'Interswitch integration enabled'),
  • main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py

    r16829 r16866  
    9595        'medical_quest':'Medical Questionnaire Fee',
    9696        'plag_test':'Final Year Plagiarism Test',
     97        'flc_modules': 'FLC Modules Fee',
    9798        }
    9899
     
    117118        'medical_quest':'Medical Questionnaire Fee',
    118119        'plag_test':'Final Year Plagiarism Test (for final year project or PG thesis)',
     120        'flc_modules': 'FLC Modules Fee',
    119121        }
    120122
     
    165167        'carryover':'School Fee (carry over from previous sessions)',
    166168        'foreign':'School Fee (paid in foreign currency)',
     169        'flc_modules': 'FLC Modules Fee',
    167170        }
    168171
Note: See TracChangeset for help on using the changeset viewer.