Ignore:
Timestamp:
8 Mar 2021, 11:44:54 (4 years ago)
Author:
Henrik Bettermann
Message:

minimumStudentPayments does not apply to JUPEB students.

A student who does not meet the requirement should not be able to Download the Bio Data Slip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/student.py

    r16409 r16410  
    7272        if self.sponsor in ['bauchi', 'federalgov', 'kano']:
    7373            return True
     74        if self.is_jupeb:
     75            return True
    7476        try:
    7577            certificate = self['studycourse'].certificate
     
    8183                and ticket.p_session >= self.current_session \
    8284                and ticket.p_category in ('schoolfee', 'schoolfee40',
    83                                           'secondinstal', 'clearance',
    84                                           'jupeb_acc'):
     85                                          'secondinstal', 'clearance',):
    8586                total_amount += ticket.amount_auth
    8687        if self.is_fresh:
Note: See TracChangeset for help on using the changeset viewer.