Changeset 104 for waeup_product
- Timestamp:
- 27 Oct 2005, 16:10:11 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_student/add_accommodation.py
r103 r104 19 19 if accofolder is None: 20 20 context.invokeFactory('AccoFolder','Accommodation') 21 context.notifyCPSDocumentCreation(ob=object)22 21 accofolder = getattr(context,"Accommodation") 22 context.notifyCPSDocumentCreation(ob=accofolder) 23 23 24 24
Note: See TracChangeset for help on using the changeset viewer.