Ignore:
Timestamp:
2 Dec 2024, 17:26:10 (5 weeks ago)
Author:
Henrik Bettermann
Message:

Fix first instalment configuration.

File:
1 edited

Legend:

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

    r17971 r17972  
    204204                reduced_inst_amt = 0.7 * inst_amt
    205205                jupeb_amt = 0.3 * inst_amt
    206             elif self.context.p_category == 'schoolfee' and \
     206            elif self.context.p_category in ('schoolfee', 'schoolfee_1') and \
    207207                not self.context.p_item == 'Balance':
    208208                provider_amt = self.dynamic_provider_amt(self.context.student)
Note: See TracChangeset for help on using the changeset viewer.