- Timestamp:
- 3 Dec 2014, 18:10:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/documents.py
r12088 r12128 72 72 except AttributeError: 73 73 return None 74 75 @property 76 def user_id(self): 77 if self.customer is not None: 78 return self.customer.customer_id 79 return 74 80 75 81 def writeLogMessage(self, view, message):
Note: See TracChangeset for help on using the changeset viewer.