- Timestamp:
- 3 Nov 2005, 08:53:17 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_student/add_accommodation.py
r144 r145 40 40 context.invokeFactory(type_name,oid) 41 41 object = getattr(context,oid) 42 ds.set(' title',ds.get('heading'))42 ds.set('Title',ds.get('heading')) 43 43 object.getContent().edit(mapping=ds) 44 44 context.notifyCPSDocumentCreation(ob=object)
Note: See TracChangeset for help on using the changeset viewer.