- Timestamp:
- 20 Oct 2019, 20:06:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r15563 r15696 39 39 NigeriaExportPDFPaymentSlip, 40 40 NigeriaExportPDFClearanceSlip, 41 NigeriaExportPDFCourseRegistrationSlip, 41 42 ) 42 43 … … 46 47 from kofacustom.iuokada.interfaces import MessageFactory as _ 47 48 49 class CustomExportPDFCourseRegistrationSlip( 50 NigeriaExportPDFCourseRegistrationSlip): 51 """Deliver a PDF slip of the context. 52 """ 53 54 def _signatures(self): 55 return ( 56 ['Student Signature'], 57 ['HoD / Course Adviser Signature'], 58 ['College Officer Signature'], 59 ['Dean Signature'] 60 ) 61 62 #def _sigsInFooter(self): 63 # return (_('Student'), 64 # _('HoD / Course Adviser'), 65 # _('College Officer'), 66 # _('Dean'), 67 # ) 68 # return ()
Note: See TracChangeset for help on using the changeset viewer.