Changeset 13348 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 26 Oct 2015, 09:41:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r13342 r13348 18 18 """Customize general helper utilities for Kofa. 19 19 """ 20 from waeup.kofa.interfaces import ADMITTED, RETURNING21 20 from kofacustom.nigeria.utils.utils import NigeriaKofaUtils 22 21 … … 110 109 'FRNS': 'Faculty requirements not satisfied', 111 110 } 112 113 PORTRAIT_CHANGE_STATES = (ADMITTED, RETURNING)
Note: See TracChangeset for help on using the changeset viewer.