Changeset 9243 for main/waeup.kofa/trunk/src/waeup/kofa/payments
- Timestamp:
- 27 Sep 2012, 08:19:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/payments/interfaces.py
r8944 r9243 30 30 payment_categories = SimpleKofaVocabulary( 31 31 (_('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'), 37 37 (_('Application Fee'), 'application'), 38 38 )
Note: See TracChangeset for help on using the changeset viewer.