Ignore:
Timestamp:
5 Feb 2020, 21:46:57 (5 years ago)
Author:
Henrik Bettermann
Message:

Remove bug.

File:
1 edited

Legend:

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

    r15976 r15987  
    760760        elif self.context.certificate is not None:
    761761            dep = self.context.certificate.__parent__.__parent__
    762             return ([(dep.officer_1)],)
     762            if dep.officer_1:
     763                return ([(dep.officer_1)],)
    763764        return
    764765
Note: See TracChangeset for help on using the changeset viewer.