Ignore:
Timestamp:
29 Oct 2015, 12:55:30 (9 years ago)
Author:
Henrik Bettermann
Message:

Disable access code for clearance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r13353 r13360  
    7777
    7878class CustomStartClearancePage(StartClearancePage):
    79     with_ac = True
     79    with_ac = False
    8080
    8181    @property
     
    320320
    321321class CustomBedTicketAddPage(BedTicketAddPage):
    322     """ Page to add an online payment ticket
    323     """
    324322    with_ac = False
Note: See TracChangeset for help on using the changeset viewer.