Ignore:
Timestamp:
13 Feb 2015, 10:15:44 (10 years ago)
Author:
Henrik Bettermann
Message:

Add Accepting Pupil Pharmacist for Internship Training contract.

File:
1 edited

Legend:

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

    r12604 r12611  
    5252        'ippmvl': 'Issuance of Patent and Proprietary Medicines Vendors License',
    5353        'rppmvl': 'Renewal of Patent and Proprietary Medicines Vendors License',
     54        'appit': 'Accepting Pupil Pharmacist for Internship Training',
    5455        'no': 'no license',
    5556        }
     
    7879        'rpccontracts',
    7980        'ippmvlcontracts',
    80         'rppmvlcontracts')
     81        'rppmvlcontracts',
     82        'appitcontracts')
    8183
    8284    BATCH_PROCESSOR_NAMES = (
     
    9092        'ippmvlcontractprocessor',
    9193        'rppmvlcontractprocessor',
     94        'appitcontractprocessor'
    9295        'pcnproductprocessor',
    9396        'pdfdocumentprocessor',
Note: See TracChangeset for help on using the changeset viewer.