Changeset 9457


Ignore:
Timestamp:
29 Oct 2012, 12:51:50 (12 years ago)
Author:
Henrik Bettermann
Message:

Show signature also in state 'clearance requested'.

File:
1 edited

Legend:

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

    r9452 r9457  
    626626
    627627    def _signatures(self):
    628         if self.context.state == CLEARED:
     628        if self.context.state in (CLEARED, REQUESTED):
    629629            return (_('Student Signature'), _('Clearance Officer Signature'))
    630630        return
Note: See TracChangeset for help on using the changeset viewer.