Changeset 5042 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
6 Mar 2010, 05:32:04 (15 years ago)
Author:
Henrik Bettermann
Message:

ticket futminna #29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_futminna/getAccommodationInfo.py

    r4861 r5042  
    1616import DateTime
    1717
    18 booking_disabled = False
     18booking_disabled = True
    1919
    2020request = context.REQUEST
     
    7575    info['booking_allowed'] = True
    7676    info['online_payment'] = True
     77# returning student can also book without having paid the school fee (see ticket #29)
     78#elif review_state == 'returning' and int(student_record.session)+1 == int(session[0]):
     79#    info['booking_allowed'] = True
     80#    info['online_payment'] = True
    7781else:
    7882    info['acco'] = None
Note: See TracChangeset for help on using the changeset viewer.