Changeset 17977


Ignore:
Timestamp:
18 Dec 2024, 13:29:58 (6 days ago)
Author:
Henrik Bettermann
Message:

Fix lineitems.

File:
1 edited

Legend:

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

    r17974 r17977  
    199199        ## Reenabled on 19/09/23 (ticket #1327)
    200200        ## We overwrite linetems in case of JUPEB students
    201         if self.context.student.is_jupeb:
     201        if self.context.student.is_jupeb and self.context.p_category in (
     202            'clearance', 'schoolfee', 'schoolfee_1'):
    202203            if self.context.p_category == 'clearance':
    203204                provider_amt = self.dynamic_provider_amt(self.context.student)
Note: See TracChangeset for help on using the changeset viewer.