Ignore:
Timestamp:
1 Jun 2018, 20:16:48 (6 years ago)
Author:
Henrik Bettermann
Message:

Replace '&' symbol.

https://www.w3.org/TR/2008/REC-xml-20081126/#NT-AttValue

Location:
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/tests.py

    r15030 r15041  
    7979            self.browser.contents)
    8080        self.assertTrue(
    81             'item_name="Tuition & Exams Fee" item_amt="3975000" bank_id="121" acct_num="0068241848"' in
     81            'item_name="Tuition and Exams Fee" item_amt="3975000" bank_id="121" acct_num="0068241848"' in
    8282            self.browser.contents)
    8383        # Clearance Fee
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r15034 r15041  
    2626
    2727    PAYMENT_CATEGORIES = {
    28         'schoolfee': 'Tuition & Exams Fee',
     28        'schoolfee': 'Tuition and Exams Fee',
    2929        'clearance': 'Acceptance Fee',
    3030        'bed_allocation': 'Accommodation Booking Fee',
    3131        'hostel_maintenance': 'Hostel Maintenance Fee',
    3232        'application': 'Application Fee',
    33         'ict_entre': 'ICT & Entrepreneur Fee',
     33        'ict_entre': 'ICT and Entrepreneur Fee',
    3434        'logbook_combo': 'Logbook Combo Fee',
    3535        'siwess_combo': 'SIWESS Combo Fee',
     
    4141
    4242    BALANCE_PAYMENT_CATEGORIES = {
    43         'schoolfee': 'Tuition & Exams Fee',
    44         'ict_entre': 'ICT & Entrepreneur Fee',
     43        'schoolfee': 'Tuition and Exams Fee',
     44        'ict_entre': 'ICT and Entrepreneur Fee',
    4545        }
    4646
    4747    REPORTABLE_PAYMENT_CATEGORIES = {
    48         'schoolfee': 'Tuition & Exams Fee',
     48        'schoolfee': 'Tuition and Exams Fee',
    4949        'clearance': 'Acceptance Fee',
    5050        #'bed_allocation': 'Accommodation Booking Fee',
    5151        'hostel_maintenance': 'Hostel Maintenance Fee',
    52         'ict_entre': 'ICT & Entrepreneur Fee',
     52        'ict_entre': 'ICT and Entrepreneur Fee',
    5353        'logbook_combo': 'Logbook Combo Fee',
    5454        'siwess_combo': 'SIWESS Combo Fee',
Note: See TracChangeset for help on using the changeset viewer.