From e6fde692078934ad281356e4c4069f4fb489f304 Mon Sep 17 00:00:00 2001 From: roberto Date: Fri, 17 Sep 2010 16:03:08 +0000 Subject: [PATCH] Tienda web git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@73 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2 --- Source/Cliente/uBootStrap.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;