From df415dd09ebf987faa4052b9f574e171db713a1e Mon Sep 17 00:00:00 2001 From: roberto Date: Wed, 15 Oct 2008 18:46:26 +0000 Subject: [PATCH] Modulo nuevo para los informes estadisticos e informes que ya tenian anteriormente git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@684 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- Source/Cliente/uBootStrap.pas | 2 ++ 1 file changed, 2 insertions(+) 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;