Changeset 12442 for main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Timestamp:
- 11 Jan 2015, 16:53:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/documents.py
r12356 r12442 69 69 local_roles = [] 70 70 71 # Ikoba can store any number of files per Document object.72 # However, we highly recommend to associate and store73 # only one file per Document object. Thus the following74 # tuple should contain only a single filename string.75 filenames = ()76 77 71 def __init__(self): 78 72 super(CustomerDocumentBase, self).__init__()
Note: See TracChangeset for help on using the changeset viewer.