Changeset 9221 for main/waeup.kofa


Ignore:
Timestamp:
21 Sep 2012, 16:30:43 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove getApplicantName method (no longer used).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py

    r9217 r9221  
    291291        return
    292292
    293     def getApplicantName(self):
    294         """Return the applicant name.
    295         """
    296         if IApplicantBase.providedBy(self.context):
    297             # XXX: shouldn't that be `display_fullname???`
    298             return self.context.fullname
    299         return
    300 
    301293    def formatDatetime(self,datetimeobj):
    302294        if isinstance(datetimeobj, datetime):
Note: See TracChangeset for help on using the changeset viewer.