- Timestamp:
- 4 Jul 2023, 21:05:54 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py
r17453 r17465 23 23 """A collection of methods subject to customization. 24 24 """ 25 26 APP_CATS_DICT = { 27 'basic': 'UAS, PUTME, PUDE, PCE, PRENCE', 28 'no': 'No Application', 29 'rnnurse': 'RN Nursing', 30 'ndnurse': 'ND Nursing', 31 } 25 32 26 33 DEGREES_DICT = {
Note: See TracChangeset for help on using the changeset viewer.