Changeset 15940 for main/waeup.fceokene/trunk/src/waeup/fceokene
- Timestamp:
- 20 Jan 2020, 12:10:15 (5 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/browser.py
r15894 r15940 29 29 StartClearancePage, 30 30 ExportPDFAdmissionSlip, StudyLevelDisplayFormPage, 31 PaymentsManageFormPage) 31 PaymentsManageFormPage, 32 OnlinePaymentApproveView) 32 33 from kofacustom.nigeria.students.browser import ( 33 34 NigeriaOnlinePaymentDisplayFormPage, … … 125 126 'p_combi') 126 127 128 class OnlinePaymentApproveView(OnlinePaymentApproveView): 129 grok.require('waeup.manageStudent') 130 127 131 class CustomExportPDFPaymentSlip(NigeriaExportPDFPaymentSlip): 128 132 """Deliver a PDF slip of the context. -
main/waeup.fceokene/trunk/src/waeup/fceokene/students/viewlets.py
r15939 r15940 17 17 ## 18 18 19 import grok 19 20 from waeup.kofa.students.viewlets import ( 20 21 AdmissionSlipActionButton, 21 AddPreviousPaymentActionButton, AddBalancePaymentActionButton) 22 AddPreviousPaymentActionButton, AddBalancePaymentActionButton, 23 ApprovePaymentActionButton) 22 24 from waeup.kofa.students.workflow import ADMITTED 23 25 … … 41 43 # def target_url(self): 42 44 # return '' 45 46 class ApprovePaymentActionButton(ApprovePaymentActionButton): 47 48 grok.require('waeup.manageStudent')
Note: See TracChangeset for help on using the changeset viewer.