Changeset 16306
- Timestamp:
- 10 Nov 2020, 07:20:03 (4 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/interfaces.py
r16273 r16306 92 92 ) 93 93 94 sponsor = schema.Choice( 95 title = _(u'Sponsor'), 96 vocabulary = sponsors_vocab, 97 required = False, 98 readonly = True, 99 ) 100 94 101 # New fields 95 102 -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/student.py
r16298 r16306 56 56 #if not self.is_fresh: 57 57 # return False 58 if self.sponsor in ['bauchi', 'federalgov', 'kano']: 59 return True 58 60 total_amount = 0.0 59 61 for ticket in self['payments'].values():
Note: See TracChangeset for help on using the changeset viewer.