- Timestamp:
- 31 Oct 2022, 18:09:26 (2 years 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
r17138 r17153 112 112 return checkPermission('waeup.manageStudent', self.context) 113 113 114 class CustomBalancePaymentAddFormPage(BalancePaymentAddFormPage):115 grok.require('waeup.payStudent')114 #class CustomBalancePaymentAddFormPage(BalancePaymentAddFormPage): 115 # grok.require('waeup.payStudent') 116 116 117 117 -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/viewlets.py
r17079 r17153 33 33 from kofacustom.nigeria.interfaces import MessageFactory as _ 34 34 35 class AddBalancePaymentActionButton(AddBalancePaymentActionButton):36 grok.require('waeup.payStudent')35 #class AddBalancePaymentActionButton(AddBalancePaymentActionButton): 36 # grok.require('waeup.payStudent') 37 37 38 38 # Medical Certificate
Note: See TracChangeset for help on using the changeset viewer.