Ignore:
Timestamp:
14 Feb 2015, 17:22:51 (10 years ago)
Author:
Henrik Bettermann
Message:

Add Annual Permit for Pharmacy Technician contract.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/browser.py

    r12612 r12617  
    2323    PDFContractSlipPage, CustomerBaseEditFormPage)
    2424from ikobacustom.pcn.interfaces import MessageFactory as _
    25 from ikobacustom.pcn.customers.interfaces import IRPCContract, IAPPITContract
     25from ikobacustom.pcn.customers.interfaces import (
     26    IRPCContract, IAPPITContract, IAPPTContract)
    2627
    2728class PDFContractSlipPage(PDFContractSlipPage):
     
    6263                )
    6364
     65class PDFAPPTContractSlipPage(PDFContractSlipPage):
     66    """Deliver pdf file including metadata.
     67    """
     68
     69    grok.context(IAPPTContract)
     70
     71    def _sigsInFooter(self):
     72        return (_('Date, Signature of Applicant'),
     73                _('Date, Signature of Supervisor'),
     74                )
     75
    6476class CustomerBaseEditFormPage(CustomerBaseEditFormPage):
    6577    """ View to edit customer base data
Note: See TracChangeset for help on using the changeset viewer.