Ignore:
Timestamp:
14 Oct 2014, 10:56:18 (10 years ago)
Author:
Henrik Bettermann
Message:

More adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.pcn/trunk/src/kofacustom/pcn/applicants/utils.py

    r11832 r11841  
    2525    """A collection of parameters and methods subject to customization.
    2626    """
     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.