Changeset 16143 for main/waeup.aaue/trunk/src
- Timestamp:
- 3 Jul 2020, 12:03:30 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r16041 r16143 757 757 758 758 def _signatures(self): 759 if self.context.student.state == GRADUATED: 760 return ([( 761 'O.O OHIKHENA (Manupa)<br />' 762 'Principal Asst. Registrar<br /> ' 763 'Exams, Records and Data Processing Division <br /> ' 764 'For: Registrar')],) 765 elif self.context.certificate is not None: 766 dep = self.context.certificate.__parent__.__parent__ 767 if dep.officer_1: 768 return ([(dep.officer_1)],) 769 return 759 760 #if self.context.student.state == GRADUATED: 761 # return ([( 762 # 'O.O OHIKHENA (Manupa)<br />' 763 # 'Principal Asst. Registrar<br /> ' 764 # 'Exams, Records and Data Processing Division <br /> ' 765 # 'For: Registrar')],) 766 #elif self.context.certificate is not None: 767 # dep = self.context.certificate.__parent__.__parent__ 768 # if dep.officer_1: 769 # return ([(dep.officer_1)],) 770 #return 771 772 return ([( 773 'O.O OHIKHENA (Manupa)<br />' 774 'Principal Asst. Registrar<br /> ' 775 'Exams, Records and Data Processing Division <br /> ' 776 'For: Registrar')],) 770 777 771 778 def render(self):
Note: See TracChangeset for help on using the changeset viewer.