Ignore:
Timestamp:
6 Sep 2016, 15:03:06 (8 years ago)
Author:
Henrik Bettermann
Message:

Uniben and AAUE complaint. Signature fields should not be visible to students.

File:
1 edited

Legend:

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

    r14030 r14163  
    351351
    352352    def _sigsInFooter(self):
    353         #if not checkPermission('waeup.clearStudentFinancially', self.context):
    354         #    return ()
     353        if not checkPermission('waeup.clearStudentFinancially', self.context):
     354            return ()
    355355        return (_('Date, Checking Officer Signature'),
    356356                _('Date, Approving Officer Signature'),
Note: See TracChangeset for help on using the changeset viewer.