- Timestamp:
- 29 Oct 2015, 12:55:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r13353 r13360 77 77 78 78 class CustomStartClearancePage(StartClearancePage): 79 with_ac = True79 with_ac = False 80 80 81 81 @property … … 320 320 321 321 class CustomBedTicketAddPage(BedTicketAddPage): 322 """ Page to add an online payment ticket323 """324 322 with_ac = False
Note: See TracChangeset for help on using the changeset viewer.