Changeset 16881 for main/kofacustom.nigeria
- Timestamp:
- 15 Mar 2022, 08:47:50 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py
r16880 r16881 102 102 self.context.student.current_session, self.context): 103 103 return '' 104 if self.context.amount_auth == 0: 105 return '' 104 106 if self.context.p_state in ('paid', 'waived', 'scholarship'): 105 107 return '' … … 115 117 if not module_activated( 116 118 self.context.__parent__.__parent__.year, self.context): 119 return '' 120 if self.context.amount_auth == 0: 117 121 return '' 118 122 if self.context.p_state in ('paid', 'waived', 'scholarship'):
Note: See TracChangeset for help on using the changeset viewer.