diff --git a/Source/Cliente/uBootStrap.pas b/Source/Cliente/uBootStrap.pas index 4cf1209..97411b7 100644 --- a/Source/Cliente/uBootStrap.pas +++ b/Source/Cliente/uBootStrap.pas @@ -53,7 +53,9 @@ begin LoadModule('HistoricoMovimientos_plugin.bpl'); LoadModule('GestorInformes_plugin.bpl'); - LoadModule('Comisiones_plugin.bpl'); + LoadModule('Comisiones_plugin.bpl'); + + LoadModule('TiendaWeb_plugin.bpl'); end; end;