Changeset 12458
- Timestamp:
- 13 Jan 2015, 07:59:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/documents/fileviewlets.py
r12446 r12458 45 45 @property 46 46 def download_filename(self): 47 return u"%s.pdf" % self.context.document_id [:9]47 return u"%s.pdf" % self.context.document_id 48 48 49 49 … … 61 61 @property 62 62 def download_filename(self): 63 return u"%s.pdf" % self.context.document_id [:9]63 return u"%s.pdf" % self.context.document_id 64 64 65 65 … … 74 74 @property 75 75 def download_filename(self): 76 return u"%s" % self.context.document_id [:9]76 return u"%s" % self.context.document_id 77 77 78 78 def update(self):
Note: See TracChangeset for help on using the changeset viewer.