Changeset 14348 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 16 Dec 2016, 09:36:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r14339 r14348 49 49 'concessional': 'Concessional Fee', 50 50 'id_card': 'Student ID Card', 51 'gst_text_book_1': 'Text Book Fee GST101 GST102',52 'gst_text_book_2': 'Text Book Fee GST111 GST112',51 'gst_text_book_1': 'Text Book Fee GST101 and GST102', 52 'gst_text_book_2': 'Text Book Fee GST111 and GST112', 53 53 'gst_text_book_3': 'Text Book Fee GST222', 54 54 'ent_text_book_4': 'Text Book Fee ENT201', 55 'gst_text_book_5': 'Text Book Fee GST101', 56 'gst_text_book_6': 'Text Book Fee GST102', 57 'gst_text_book_7': 'Text Book Fee GST111', 58 'gst_text_book_8': 'Text Book Fee GST112', 55 59 'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112', 56 60 'gst_registration_2': 'Registration Fee GST222', … … 79 83 'concessional': 'Concessional Fee', 80 84 #'id_card': 'Student ID Card', 81 'gst_text_book_1': 'Text Book Fee GST101 GST102',82 'gst_text_book_2': 'Text Book Fee GST111 GST112',85 'gst_text_book_1': 'Text Book Fee GST101 and GST102', 86 'gst_text_book_2': 'Text Book Fee GST111 and GST112', 83 87 'gst_text_book_3': 'Text Book Fee GST222', 84 88 'ent_text_book_4': 'Text Book Fee ENT201', 89 'gst_text_book_5': 'Text Book Fee GST101', 90 'gst_text_book_6': 'Text Book Fee GST102', 91 'gst_text_book_7': 'Text Book Fee GST111', 92 'gst_text_book_8': 'Text Book Fee GST112', 85 93 'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112', 86 94 'gst_registration_2': 'Registration Fee GST222',
Note: See TracChangeset for help on using the changeset viewer.