Ignore:
Timestamp:
6 Sep 2016, 18:08:44 (8 years ago)
Author:
Henrik Bettermann
Message:

Customize NigeriaExportPDFFinancialClearancePage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/browser.py

    r13714 r14164  
    4747    NigeriaStudentPersonalEditFormPage,
    4848    NigeriaStudentPersonalManageFormPage,
    49     NigeriaStudentBaseEditFormPage
     49    NigeriaStudentBaseEditFormPage,
     50    NigeriaExportPDFFinancialClearancePage
    5051    )
    5152from kofacustom.nigeria.students.viewlets import show_viewlet
     
    565566    def render(self):
    566567        return
     568
     569class CustomExportPDFFinancialClearancePage(NigeriaExportPDFFinancialClearancePage):
     570    """Deliver a PDF financial clearance slip.
     571    """
     572
     573    def _sigsInFooter(self):
     574        return (_('Date, Checking Officer Signature'),
     575                _('Date, Approving Officer Signature'),
     576                )
Note: See TracChangeset for help on using the changeset viewer.