Ignore:
Timestamp:
3 Mar 2011, 14:01:26 (14 years ago)
Author:
Henrik Bettermann
Message:

Section Officer must be able to see the bed coordinates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_fceokene/getAccommodationRecords.py

    r5792 r5793  
    5757    row['paid'] = ar.reservation_status == 'maintenance_fee_paid'
    5858    # Okene special
    59     if not row['paid']:
     59    if not (info['is_so'] or row['paid']):
    6060        row['bed'] = 'visible after payment'
    6161    row['current_unpaid'] = not row['paid'] and ar.session == portal_session
Note: See TracChangeset for help on using the changeset viewer.