Changeset 16080 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 4 May 2020, 06:42:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16021 r16080 72 72 'library_pg': 'Library Fee PG', 73 73 'sports_library': 'Sports Development and UG Library Fee', 74 'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 74 'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 75 'lab_2': 'Laboratory Due (BIO101/BIO111)', 75 76 } 76 77 … … 109 110 #'library_pg': 'Library Fee PG', 110 111 'sports_library': 'Sports Development and UG Library Fee', 111 'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 112 'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 113 'lab_2': 'Laboratory Due (BIO101/BIO111)', 112 114 } 113 115 … … 150 152 #'library': 'Library Fee UG', 151 153 'sports_library': 'Sports Development and UG Library Fee', 152 'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 154 'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 155 'lab_2': 'Laboratory Due (BIO101/BIO111)', 153 156 } 154 157
Note: See TracChangeset for help on using the changeset viewer.