--- OSAS/OSA_system/__init__.py 2003/09/25 15:25:08 1.1 +++ OSAS/OSA_system/__init__.py 2003/09/25 17:52:02 1.2 @@ -19,3 +19,11 @@ def initialize(context): ) ) + context.registerClass( + OSAS_show.OSAS_StoreOnline, + constructors = ( + OSAS_show.manage_AddOSAS_StoreOnlineForm, + OSAS_show.manage_AddOSAS_StoreOnline + ) + ) +