Changeset 16874 for main/waeup.fceokene
- Timestamp:
- 11 Mar 2022, 08:22:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/browser.py
r16863 r16874 189 189 def _student_per_school_exceeded(self, data): 190 190 container = self.context.__parent__ 191 counter = 1191 counter = 0 192 192 for appl in container.values(): 193 193 if appl != self.context \
Note: See TracChangeset for help on using the changeset viewer.