Ignore:
Timestamp:
15 Mar 2022, 08:47:50 (3 years ago)
Author:
Henrik Bettermann
Message:

... hide all buttons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py

    r16880 r16881  
    102102            self.context.student.current_session, self.context):
    103103            return ''
     104        if self.context.amount_auth == 0:
     105            return ''
    104106        if self.context.p_state in ('paid', 'waived', 'scholarship'):
    105107            return ''
     
    115117        if not module_activated(
    116118            self.context.__parent__.__parent__.year, self.context):
     119            return ''
     120        if self.context.amount_auth == 0:
    117121            return ''
    118122        if self.context.p_state in ('paid', 'waived', 'scholarship'):
Note: See TracChangeset for help on using the changeset viewer.