Changeset 11841 for main/kofacustom.pcn/trunk/src/kofacustom/pcn/applicants
- Timestamp:
- 14 Oct 2014, 10:56:18 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.pcn/trunk/src/kofacustom/pcn/applicants/utils.py
r11832 r11841 25 25 """A collection of parameters and methods subject to customization. 26 26 """ 27 28 APP_TYPES_DICT = { 29 'pal': ['Pharmacist Annual License', 'XXX'], 30 'pl': ['Premises License', 'XXX'], 31 'ptap': ['Pharmacy Technician Annual Permit', 'XXX'], 32 'ppmvl': ['Patent and Proprietary Medicine Vendor License', 'XXX'], 33 'pmrpp': ['Pharmaceutical and Medical Representative Permit', 'XXX'], 34 'sop': ['Scientific Office Permit', 'XXX'], 35 }
Note: See TracChangeset for help on using the changeset viewer.