- Arreglados errores de compilación.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@703 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
David Arranz 2008-10-20 08:00:13 +00:00
parent 38697847b8
commit 5a5303568f
10 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -123,13 +123,13 @@ begin
begin begin
case JsInformesDialog.CustomButtonResult of case JsInformesDialog.CustomButtonResult of
100 : begin // Listado de facturas pendientes 100 : begin // Listado de facturas pendientes
AGestorInformesController.GetInformeListadoFacturasPendientes; AGestorInformesController.VerInformeListadoFacturasPendientes;
end; end;
200 : begin // Listado de IVA 200 : begin // Listado de IVA
AGestorInformesController.GetInformeIVAClientes; AGestorInformesController.VerInformeIVAClientes;
end; end;
300 : begin // Listado de facturas de cliente 300 : begin // Listado de facturas de cliente
AGestorInformesController.GetInformeListadoFacturas; AGestorInformesController.VerInformeListadoFacturas;
end; end;
end; end;
end; end;

View File

@ -100,10 +100,10 @@ begin
begin begin
case JsInformesDialog.CustomButtonResult of case JsInformesDialog.CustomButtonResult of
100 : begin // Listado de recibos pendientes 100 : begin // Listado de recibos pendientes
AGestorInformesController.GetInformeListadoRecibosCliPendientes; AGestorInformesController.VerInformeListadoRecibosCliPendientes;
end; end;
200 : begin // Listado de recibos de cliente 200 : begin // Listado de recibos de cliente
AGestorInformesController.GetInformeListadoRecibosCliente; AGestorInformesController.VerInformeListadoRecibosCliente;
end; end;
end; end;
end; end;

Binary file not shown.

View File

@ -14,7 +14,7 @@ BEGIN
BEGIN BEGIN
VALUE "FileVersion", "1.3.7.0\0" VALUE "FileVersion", "1.3.7.0\0"
VALUE "ProductVersion", "1.3.7.0\0" VALUE "ProductVersion", "1.3.7.0\0"
VALUE "CompileDate", "viernes, 17 de octubre de 2008 19:20\0" VALUE "CompileDate", "lunes, 20 de octubre de 2008 9:45\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"