Ignore:
Timestamp:
13 Jul 2016, 18:55:15 (8 years ago)
Author:
Henrik Bettermann
Message:

Also students should be able to print signature fields in the footer.

File:
1 edited

Legend:

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

    r13856 r14030  
    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.