Ignore:
Timestamp:
3 Jan 2015, 18:02:11 (10 years ago)
Author:
Henrik Bettermann
Message:

Implement two different types of PCN customer documents.

File:
1 edited

Legend:

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

    r12380 r12384  
    6060        'products',
    6161        'customers',
    62         'pcncustomerdocuments',
     62        'pcncustomerjpgdocuments',
     63        'pcncustomerpdfdocuments',
    6364        'pcncontracts')
    6465
    6566    BATCH_PROCESSOR_NAMES = (
    6667        'pcncustomerprocessor',
    67         'pcncustomerdocumentprocessor',
     68        'pcncustomerjpgdocumentprocessor',
     69        'pcncustomerpdfdocumentprocessor',
    6870        'pcncontractprocessor',
    6971        'pcnproductprocessor',
Note: See TracChangeset for help on using the changeset viewer.