Ignore:
Timestamp:
24 Oct 2007, 09:06:37 (17 years ago)
Author:
Henrik Bettermann
Message:

booking_allowed = False # booking temporarily disabled

# the algorithm must be adapted to new course_results catalog
# and/or FCEOkene modalities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_accommodation/getAccommodationInfo.py

    r2421 r2427  
    8080            booking_allowed = info['verdict'] in ("A",
    8181                                                 "B",)
     82                                                 
     83booking_allowed = False # booking temporarily disabled
     84                        # the algorithm must be adapted to new course_results catalog
     85                        # and/or FCEOkene modalities
     86                       
     87                       
     88                       
     89                       
     90                       
     91                       
     92                       
     93                                                                         
     94                                                 
    8295info['booking_allowed'] = booking_allowed
    8396if not booking_allowed:
     
    98111    bt = 're'
    99112elif int(s_brain.level) < 100:
    100     bt = 'pr'   
     113    bt = 'pr'
    101114elif s_brain.faculty in ('MED') and int(s_brain.level) >= 400:
    102115    bt = "med"
Note: See TracChangeset for help on using the changeset viewer.