Changeset 12385 for main/ikobacustom.pcn
- Timestamp:
- 3 Jan 2015, 18:22:38 (10 years ago)
- Location:
- main/ikobacustom.pcn/trunk/src/ikobacustom/pcn
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/contracts.py
r12371 r12385 41 41 ICustomerNavigation) 42 42 43 contract_category = ' sample'43 contract_category = 'license' 44 44 45 45 form_fields_interface = IPCNContract -
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/utils/utils.py
r12384 r12385 45 45 } 46 46 47 CON_CATS_DICT = { 48 'license': 'License', 49 'no': 'no contract', 50 } 51 47 52 PREFERRED_LANGUAGES_DICT = { 48 53 'en':(1, u'English'),
Note: See TracChangeset for help on using the changeset viewer.