Changeset 12087 for main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Timestamp:
- 28 Nov 2014, 16:17:38 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/customer.py
r12035 r12087 124 124 def translated_state(self): 125 125 try: 126 TRANSLATED_STATES = getUtility(ICustomersUtils).TRANSLATED_STATES 126 TRANSLATED_STATES = getUtility( 127 ICustomersUtils).TRANSLATED_CUSTOMER_STATES 127 128 ts = TRANSLATED_STATES[self.state] 128 129 return ts -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/utils.py
r12062 r12087 281 281 SKIP_UPLOAD_VIEWLETS = () 282 282 283 TRANSLATED_ STATES = {283 TRANSLATED_CUSTOMER_STATES = { 284 284 CREATED: _('created'), 285 285 STARTED: _('started'),
Note: See TracChangeset for help on using the changeset viewer.