Changeset 10534 for main/waeup.kofa/trunk/src
- Timestamp:
- 26 Aug 2013, 09:07:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r10527 r10534 520 520 521 521 @property 522 def target(self): 523 return getattr(self.context.__parent__, 'prefix', None) 524 525 @property 522 526 def separators(self): 523 527 return getUtility(IApplicantsUtils).SEPARATORS_DICT … … 791 795 display_actions = [[_('Save'), _('Final Submit')], 792 796 [_('Add online payment ticket'),_('Remove selected tickets')]] 797 798 @property 799 def target(self): 800 return getattr(self.context.__parent__, 'prefix', None) 793 801 794 802 @property
Note: See TracChangeset for help on using the changeset viewer.