Ignore:
Timestamp:
26 Nov 2024, 02:34:19 (2 months ago)
Author:
Henrik Bettermann
Message:

Let JUPEB students pay by instalments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r17955 r17963  
    153153        reduced_inst_amt = 0.0
    154154        lab_amt = 0.0
    155         if self.context.p_category == 'schoolfee' and \
     155        if self.context.p_category in ('schoolfee', 'schoolfee_1') and \
    156156            not self.context.p_item == 'Balance':
    157157            provider_amt = self.dynamic_provider_amt(self.context.student)
Note: See TracChangeset for help on using the changeset viewer.