Ignore:
Timestamp:
3 Nov 2012, 18:53:26 (12 years ago)
Author:
Henrik Bettermann
Message:

Print signature space only in state cleared. Comment by med:

"and that should even only be after clearing a student so we eliminate the problem of clearance officers
print and sign eligibility forms for students without clicking on cleared"

File:
1 edited

Legend:

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

    r9517 r9518  
    633633
    634634    def _signatures(self):
    635         if self.context.state in (CLEARED, REQUESTED):
     635        if self.context.state in (CLEARED, ):
    636636            return (_('Student Signature'), _('Clearance Officer Signature'))
    637637        return
Note: See TracChangeset for help on using the changeset viewer.