- Timestamp:
- 29 Sep 2016, 05:11:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/browser.py
r14198 r14201 27 27 """ 28 28 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 29 43 @property 30 44 def label(self):
Note: See TracChangeset for help on using the changeset viewer.