From 8e7f7b57608898f09a5e9f65f4cbb9d80179fc5d Mon Sep 17 00:00:00 2001 From: roberto Date: Fri, 23 May 2008 14:46:38 +0000 Subject: [PATCH] =?UTF-8?q?Se=20a=C3=B1ade=20el=20m=C3=B3dulo=20de=20comis?= =?UTF-8?q?iones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@224 f4e31baf-9722-1c47-927c-6f952f962d4b --- Source/Cliente/uBootStrap.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Cliente/uBootStrap.pas b/Source/Cliente/uBootStrap.pas index c0d382a3..4bcf1e30 100644 --- a/Source/Cliente/uBootStrap.pas +++ b/Source/Cliente/uBootStrap.pas @@ -39,6 +39,7 @@ begin LoadModule('RecibosCliente_plugin.bpl'); LoadModule('FacturasCliente_plugin.bpl'); + LoadModule('Comisiones_plugin.bpl'); {$IFDEF PEDIDOSPROVEEDOR} LoadModule('PedidosProveedor_plugin.bpl');