From 972e227ca0ef027d09b6f9a361ccb9f3690483c1 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 4 Mar 2008 10:27:37 +0000 Subject: [PATCH] =?UTF-8?q?Ticket=20#16.=20Arreglado=20la=20duplicaci?= =?UTF-8?q?=C3=B3n=20de=20presupuestos.?= 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@331 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- .../Controller/uPresupuestosClienteController.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteController.pas b/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteController.pas index e15c8d6a..a6ff87f3 100644 --- a/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteController.pas +++ b/Source/Modulos/Presupuestos de cliente/Controller/uPresupuestosClienteController.pas @@ -272,6 +272,7 @@ begin INCIDENCIAS_ACTIVAS := 0; DataTable.FieldByName('INCIDENCIAS').AsVariant := Null; REFERENCIA := ''; + SITUACION := SITUACION_PRESUPUESTO_PENDIENTE; end; Result.Post; finally