- Timestamp:
- 7 Dec 2014, 21:45:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/documents.py
r12164 r12165 121 121 attrname = filename.replace('.','_') 122 122 file = store.getFileByContext(self, attr=filename) 123 files.append((attrname, file)) 123 if file: 124 files.append((attrname, file)) 124 125 except AttributeError: 125 126 # In unit tests we don't have a customer to
Note: See TracChangeset for help on using the changeset viewer.