Ignore:
Timestamp:
20 Jan 2015, 08:31:25 (10 years ago)
Author:
Henrik Bettermann
Message:

Add second batch of contract components which are so far a copy of the IRONContract components.

File:
1 edited

Legend:

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

    r12488 r12499  
    4747    CON_CATS_DICT = {
    4848        'ron': 'Retention of Name',
     49        'rop': 'Registration of Premises',
    4950        'no': 'no contract',
    5051        }
     
    6869        'pcncustomerjpgdocuments',
    6970        'pcncustomerpdfdocuments',
    70         'roncontracts')
     71        'roncontracts',
     72        'ropcontracts')
    7173
    7274    BATCH_PROCESSOR_NAMES = (
     
    7577        'pcncustomerpdfdocumentprocessor',
    7678        'roncontractprocessor',
     79        'ropcontractprocessor',
    7780        'pcnproductprocessor',
    7881        'pdfdocumentprocessor',
Note: See TracChangeset for help on using the changeset viewer.