Changeset 13463
- Timestamp:
- 16 Nov 2015, 12:04:21 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r13413 r13463 112 112 113 113 union_fee = schema.Float( 114 title = _(u'Student s\'Union Due'),114 title = _(u'Student Union Due'), 115 115 default = 0.0, 116 116 required = True, -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r13462 r13463 148 148 union_fee = gateway_net_amt(academic_session.union_fee) 149 149 text += ('School Fee, ' 150 '%s Naira Student s\'Union Dues, '150 '%s Naira Student Union Dues, ' 151 151 '%s Naira Student Welfare Assurance Fee and ' 152 152 % (union_fee, welfare_fee)) -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r13454 r13463 41 41 'late_registration': 'Late Course Registration Fee', 42 42 'welfare': 'Student Welfare Assurance Fee', 43 'union': 'Student s\'Union Dues',43 'union': 'Student Union Dues', 44 44 'lapel': 'Lapel/File Fee', 45 45 'matric_gown': 'Matriculation Gown Fee', … … 51 51 #'schoolfee_1': 'School Fee 1st instalment', 52 52 #'schoolfee_2': 'School Fee 2nd instalment', 53 'schoolfee_incl': 'School Fee + Student s\'Union Dues + Welfare Assurance Fee',53 'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance Fee', 54 54 'clearance': 'Acceptance Fee without additional fees', 55 55 'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee', … … 61 61 'late_registration': 'Late Course Registration Fee', 62 62 'welfare': 'Student Welfare Assurance Fee', 63 'union': 'Student s\'Union Dues',63 'union': 'Student Union Dues', 64 64 'lapel': 'Lapel/File Fee', 65 65 'matric_gown': 'Matriculation Gown Fee',
Note: See TracChangeset for help on using the changeset viewer.