Changeset 15122 for main/waeup.kofa/trunk
- Timestamp:
- 5 Sep 2018, 09:37:43 (6 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r15085 r15122 4 4 1.6.1.dev0 (unreleased) 5 5 ======================= 6 7 * Always display applicant payments if they exist. 6 8 7 9 * Allow `ApplicationsManager` to view statistics. -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r15092 r15122 585 585 @property 586 586 def display_payments(self): 587 if self.context.payments: 588 return True 587 589 if self.context.special: 588 590 return True … … 940 942 @property 941 943 def display_payments(self): 944 if self.context.payments: 945 return True 942 946 if self.context.special: 943 947 return True
Note: See TracChangeset for help on using the changeset viewer.