Changeset 17481 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 11 Jul 2023, 09:43:01 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r17455 r17481 433 433 # workflow states. Fresh students are excluded by the 434 434 # update method of the PreviousPaymentAddFormPage. 435 # Cut school fee by 50% 436 if category in ('schoolfee_1', 'schoolfee_2') and amount: 437 amount /= 2 435 438 pass 436 439 elif student.state == CLEARED:
Note: See TracChangeset for help on using the changeset viewer.