Changeset 17237


Ignore:
Timestamp:
22 Dec 2022, 16:05:25 (21 months ago)
Author:
Henrik Bettermann
Message:

Fix bug.

File:
1 edited

Legend:

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

    r17235 r17237  
    170170
    171171        # We overwrite linetems in case of postgrad student school fee payments
    172         if student.is_postgrad and self.context.p_category == 'schoolfee':
     172        if self.context.student.is_postgrad and self.context.p_category == 'schoolfee':
    173173            microfinance_amt = 0.1 * inst_amt
    174174            inst_amt -= microfinance_amt
Note: See TracChangeset for help on using the changeset viewer.