Changeset 13463


Ignore:
Timestamp:
16 Nov 2015, 12:04:21 (9 years ago)
Author:
Henrik Bettermann
Message:

Rename Student Union Dues.

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  
    112112
    113113    union_fee = schema.Float(
    114         title = _(u'Students\' Union Due'),
     114        title = _(u'Student Union Due'),
    115115        default = 0.0,
    116116        required = True,
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r13462 r13463  
    148148            union_fee = gateway_net_amt(academic_session.union_fee)
    149149            text += ('School Fee, '
    150                      '%s Naira Students\' Union Dues, '
     150                     '%s Naira Student Union Dues, '
    151151                     '%s Naira Student Welfare Assurance Fee and '
    152152                     % (union_fee, welfare_fee))
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r13454 r13463  
    4141        'late_registration': 'Late Course Registration Fee',
    4242        'welfare': 'Student Welfare Assurance Fee',
    43         'union': 'Students\' Union Dues',
     43        'union': 'Student Union Dues',
    4444        'lapel': 'Lapel/File Fee',
    4545        'matric_gown': 'Matriculation Gown Fee',
     
    5151        #'schoolfee_1': 'School Fee 1st instalment',
    5252        #'schoolfee_2': 'School Fee 2nd instalment',
    53         'schoolfee_incl': 'School Fee + Students\' Union Dues + Welfare Assurance Fee',
     53        'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance Fee',
    5454        'clearance': 'Acceptance Fee without additional fees',
    5555        'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
     
    6161        'late_registration': 'Late Course Registration Fee',
    6262        'welfare': 'Student Welfare Assurance Fee',
    63         'union': 'Students\' Union Dues',
     63        'union': 'Student Union Dues',
    6464        'lapel': 'Lapel/File Fee',
    6565        'matric_gown': 'Matriculation Gown Fee',
Note: See TracChangeset for help on using the changeset viewer.