Ignore:
Timestamp:
13 Jan 2020, 17:20:37 (5 years ago)
Author:
Henrik Bettermann
Message:

Add officer_1 signature if student is not graduated.

File:
1 edited

Legend:

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

    r15913 r15919  
    757757                'Exams, Records and Data Processing Division <br /> '
    758758                'For: Registrar')],)
     759        elif self.context.certificate is not None:
     760            dep = self.context.certificate.__parent__.__parent__
     761            return ([(dep.officer_1)],)
    759762        return
    760 
    761763
    762764    def render(self):
Note: See TracChangeset for help on using the changeset viewer.