Ignore:
Timestamp:
13 Jan 2014, 08:55:38 (11 years ago)
Author:
Henrik Bettermann
Message:

Do no longer add login information on application slips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/browser.py

    r10573 r10898  
    112112class NigeriaPDFApplicationSlip(PDFApplicationSlip):
    113113
     114    def _addLoginInformation(self):
     115        """ We do no longer render login information on
     116        pdf application slips.
     117        """
     118        return
     119
    114120    def _reduced_slip(self):
    115121        return getattr(self.context, 'result_uploaded', False)
Note: See TracChangeset for help on using the changeset viewer.