Changeset 12459 for main/ikobacustom.skeleton/trunk
- Timestamp:
- 13 Jan 2015, 08:00:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/fileviewlets.py
r12405 r12459 46 46 mus = 1024 * 200 47 47 download_name = u'sample' 48 download_filename = download_name 48 49 tab_redirect = '#tab2' 49 50 … … 66 67 title = _(u'Sample Scan') 67 68 download_name = u'sample' 69 download_filename = download_name 68 70 69 71 … … 75 77 grok.require('waeup.viewCustomer') 76 78 download_name = u'sample' 79 download_filename = download_name 80 77 81 78 82 class SampleScanPDFSlip(SampleScanDisplay):
Note: See TracChangeset for help on using the changeset viewer.