Changeset 17388 for main/kofacustom.edocons/trunk
- Timestamp:
- 20 Apr 2023, 09:41:19 (19 months ago)
- Location:
- main/kofacustom.edocons/trunk/src/kofacustom/edocons/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/browser.py
r17379 r17388 148 148 149 149 class CustomBalancePaymentAddFormPage(BalancePaymentAddFormPage): 150 grok.require('waeup. payStudent')150 grok.require('waeup.manageStudent') 151 151 152 152 -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/viewlets.py
r17163 r17388 34 34 35 35 class AddBalancePaymentActionButton(AddBalancePaymentActionButton): 36 grok.require('waeup. payStudent')36 grok.require('waeup.manageStudent') 37 37 38 38 # Medical Certificate
Note: See TracChangeset for help on using the changeset viewer.