- Timestamp:
- 23 Sep 2016, 16:38:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/utils/utils.py
r14181 r14184 46 46 47 47 CON_CATS_DICT = { 48 ' sample': 'Sample Category',48 'riaa': 'Research and Innovative Achievement Award', 49 49 'no': 'no contract', 50 50 } … … 66 66 'products', 67 67 'customers', 68 'unibencustomer documents',69 ' unibencontracts')68 'unibencustomerpdfdocuments', 69 'riaacontracts') 70 70 71 71 BATCH_PROCESSOR_NAMES = ( 72 72 'unibencustomerprocessor', 73 'unibencustomer documentprocessor',74 ' unibencontractprocessor',73 'unibencustomerpdfdocumentprocessor', 74 'riaacontractprocessor', 75 75 'unibenproductprocessor', 76 76 'pdfdocumentprocessor',
Note: See TracChangeset for help on using the changeset viewer.