Ignore:
Timestamp:
27 Sep 2012, 08:19:07 (12 years ago)
Author:
Henrik Bettermann
Message:

Rename Clearance Fee to Acceptance Fee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/payments/interfaces.py

    r8944 r9243  
    3030payment_categories = SimpleKofaVocabulary(
    3131    (_('School Fee'),'schoolfee'),
    32     (_('Clearance'),'clearance'),
    33     (_('Bed Allocation'),'bed_allocation'),
    34     (_('Hostel Maintenance'),'hostel_maintenance'),
    35     (_('Transfer'),'transfer'),
    36     (_('Gown'),'gown'),
     32    (_('Acceptance Fee'),'clearance'),
     33    (_('Bed Allocation Fee'),'bed_allocation'),
     34    (_('Hostel Maintenance Fee'),'hostel_maintenance'),
     35    (_('Transfer Fee'),'transfer'),
     36    (_('Gown Hire Fee'),'gown'),
    3737    (_('Application Fee'), 'application'),
    3838    )
Note: See TracChangeset for help on using the changeset viewer.