Ignore:
Timestamp:
13 Mar 2023, 08:51:35 (2 years ago)
Author:
Henrik Bettermann
Message:

Setup NCE school fee payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py

    r17336 r17347  
    118118                            ), None
    119119                    amount = getattr(certificate, 'school_fee_2', 0.0)
    120             if amount and not local(student) and not student.faccode in (
    121                 'PRE', 'JUPEB', 'DELSU'):
    122                 amount += 40000
     120            if amount and not local(student):
     121                if student.faccode == 'NCE':
     122                    amount += 14600
     123                elif student.faccode not in ('PRE', 'JUPEB', 'DELSU'):
     124                    amount += 40000
    123125        elif category == 'clearance':
    124126            try:
Note: See TracChangeset for help on using the changeset viewer.