Ignore:
Timestamp:
29 Sep 2016, 05:11:09 (8 years ago)
Author:
Henrik Bettermann
Message:

Do not show signatures.

Add logo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/browser.py

    r14198 r14201  
    2727    """
    2828
     29    def _signatures(self):
     30        if self.context.contract_category == 'riaa':
     31            return ''
     32        return ([_('Customer Signature')],
     33                [_('Company Officer Signature')]
     34                )
     35
     36    def _sigsInFooter(self):
     37        if self.context.contract_category == 'riaa':
     38            return ''
     39        return (_('Date, Customer Signature'),
     40                _('Date, Company Officer Signature'),
     41                )
     42
    2943    @property
    3044    def label(self):
Note: See TracChangeset for help on using the changeset viewer.