diff --git a/Source/Cliente/uBootStrap.pas b/Source/Cliente/uBootStrap.pas index 15daafcc..5e903f28 100644 --- a/Source/Cliente/uBootStrap.pas +++ b/Source/Cliente/uBootStrap.pas @@ -50,6 +50,8 @@ begin LoadModule('Inventario_plugin.bpl'); LoadModule('HistoricoMovimientos_plugin.bpl'); + + LoadModule('GestorInformes_plugin.bpl'); end; end;