Changeset 12199
- Timestamp:
- 12 Dec 2014, 13:53:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/utils.py
r12185 r12199 316 316 317 317 DOCTYPES_DICT = { 318 'CustomerSampleDocument': 'Sample Document',319 'CustomerPDFDocument': 'PDF Document',318 'CustomerSampleDocument': _('Sample Document'), 319 'CustomerPDFDocument': _('PDF Document'), 320 320 } 321 321 322 322 CONTYPES_DICT = { 323 'SampleContract': 'Sample Contract',323 'SampleContract': _('Sample Contract'), 324 324 } 325 325
Note: See TracChangeset for help on using the changeset viewer.