Changeset 16346 for main/waeup.uniben
- Timestamp:
- 4 Dec 2020, 22:14:07 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r16345 r16346 736 736 def note(self): 737 737 notice = getattr(self.context.__parent__, 'application_slip_notice') 738 if not notice:738 if notice is None: 739 739 notice == '' 740 740 if self.context.screening_date:
Note: See TracChangeset for help on using the changeset viewer.