From 0ca00fbaf87708ae092d26b8a7870fb1d2ba29e0 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 4 Sep 2008 08:13:47 +0000 Subject: [PATCH] =?UTF-8?q?Ticket=20#94=20->=20Arreglado=20los=20res=C3=BA?= =?UTF-8?q?menes=20en=20el=20informe.?= 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.Tecsitel_FactuGES2/trunk@559 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- Database/scripts/factuges.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/scripts/factuges.sql b/Database/scripts/factuges.sql index f77255e1..ea3f00ea 100644 --- a/Database/scripts/factuges.sql +++ b/Database/scripts/factuges.sql @@ -3441,7 +3441,7 @@ begin for select id, id_presupuesto, posicion, tipo_detalle, F_RTFTOTEXT(concepto) as concepto, importe_total, coalesce(visible, 1) from presupuestos_cliente_detalles - where tipo_detalle = 'Subtotal' and id_presupuesto = :AID + where tipo_detalle = 'Titulo' and id_presupuesto = :AID order by id_presupuesto, posicion into :ID, :ID_PRESUPUESTO, :POSICION, :TIPO_DETALLE, :CONCEPTO, :IMPORTE_TOTAL, :VISIBLE