Ignore:
Timestamp:
31 Oct 2012, 16:30:02 (12 years ago)
Author:
Henrik Bettermann
Message:

Rename clearance_comment to officer_comment. That's more appropriate since the comment can also be used by other officers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/catalog.py

    r9485 r9486  
    7171        self.current_session = current_session
    7272        self.certificate = context['studycourse'].certificate
    73         self.comment = getattr(context, 'clearance_comment', None)
     73        self.comment = getattr(context, 'officer_comment', None)
    7474
    7575def search(query=None, searchtype=None, view=None):
Note: See TracChangeset for help on using the changeset viewer.