Ignore:
Timestamp:
3 Nov 2005, 08:53:17 (19 years ago)
Author:
joachim
Message:

=fixed Title bug in Course and Hall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_student/add_accommodation.py

    r144 r145  
    4040    context.invokeFactory(type_name,oid)
    4141    object = getattr(context,oid)
    42     ds.set('title',ds.get('heading'))
     42    ds.set('Title',ds.get('heading'))
    4343    object.getContent().edit(mapping=ds)
    4444    context.notifyCPSDocumentCreation(ob=object)
Note: See TracChangeset for help on using the changeset viewer.