Ignore:
Timestamp:
13 Jan 2015, 08:00:51 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust to base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/fileviewlets.py

    r12405 r12459  
    4646    mus = 1024 * 200
    4747    download_name = u'sample'
     48    download_filename = download_name
    4849    tab_redirect = '#tab2'
    4950
     
    6667    title = _(u'Sample Scan')
    6768    download_name = u'sample'
     69    download_filename = download_name
    6870
    6971
     
    7577    grok.require('waeup.viewCustomer')
    7678    download_name = u'sample'
     79    download_filename = download_name
     80
    7781
    7882class SampleScanPDFSlip(SampleScanDisplay):
Note: See TracChangeset for help on using the changeset viewer.