Ignore:
Timestamp:
12 Oct 2006, 12:29:48 (18 years ago)
Author:
joachim
Message:

added layout_application_view_info to display selected Info for a student used in accommodation_slip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/formatBed.py

    r654 r667  
    1 ##parameters=bed
     1##parameters=bed=None,mode=None,datastructure=None
    22# $Id: apply_admission.py 543 2006-09-24 07:44:32Z henrik $
    33"""
     
    55"""
    66
     7if datastructure is not None:
     8    bed = datastructure.get('bed')
    79hall,block,room,letter = bed.split('_')
    810res = context.portal_catalog(portal_type="AccoHall",id=hall)
Note: See TracChangeset for help on using the changeset viewer.