- Timestamp:
- 25 Nov 2019, 11:02:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py
r15770 r15842 92 92 self.context.student.current_session, self.context): 93 93 return '' 94 if self.context.p_state in ('paid', 'waived' ):94 if self.context.p_state in ('paid', 'waived', 'scholarship'): 95 95 return '' 96 96 return self.view.url(self.view.context, self.target) … … 106 106 self.context.__parent__.__parent__.year, self.context): 107 107 return '' 108 if self.context.p_state in ('paid', 'waived' ):108 if self.context.p_state in ('paid', 'waived', 'scholarship'): 109 109 return '' 110 110 return self.view.url(self.view.context, self.target) … … 163 163 self.context.student.current_session, self.context): 164 164 return 165 if self.context.p_state in ('paid', 'waived' ):165 if self.context.p_state in ('paid', 'waived', 'scholarship'): 166 166 self.flash(_('This ticket has already been paid.'), type='danger') 167 167 return
Note: See TracChangeset for help on using the changeset viewer.