Changeset 17237 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 22 Dec 2022, 16:05:25 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17235 r17237 170 170 171 171 # We overwrite linetems in case of postgrad student school fee payments 172 if s tudent.is_postgrad and self.context.p_category == 'schoolfee':172 if self.context.student.is_postgrad and self.context.p_category == 'schoolfee': 173 173 microfinance_amt = 0.1 * inst_amt 174 174 inst_amt -= microfinance_amt
Note: See TracChangeset for help on using the changeset viewer.