From e41d4cd8abfada8eb2a12f452e3d103b80c11e14 Mon Sep 17 00:00:00 2001 From: samuele Date: Wed, 27 Oct 2010 08:54:09 +0000 Subject: [PATCH] #fixed 1916 #fixed 1917 lieve pulizia commento + codice sql x fix anomalie indicate nei 2 punti indicati git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@299 365432ac-a1b5-4ffd-bb28-6d3099d32164 --- .../mod_elencoListePrelievo.ascx | 7 - GMW/GMW_data/SqlScripts/GMW_00289.sql | 122 ++++++++++++++++++ 2 files changed, 122 insertions(+), 7 deletions(-) create mode 100644 GMW/GMW_data/SqlScripts/GMW_00289.sql diff --git a/GMW/GMW/WebUserControls/mod_elencoListePrelievo.ascx b/GMW/GMW/WebUserControls/mod_elencoListePrelievo.ascx index 9e0684d1..f4f90179 100644 --- a/GMW/GMW/WebUserControls/mod_elencoListePrelievo.ascx +++ b/GMW/GMW/WebUserControls/mod_elencoListePrelievo.ascx @@ -91,13 +91,6 @@ - <%-- - - - - - - --%> @CodLista AND RLP.UDC IN ( + SELECT UDC + FROM RigheListePrelievo + WHERE (CodLista = @CodLista) AND Prelevato = 1 + ) + +RETURN +go + +commit +go + + + + + + + + + + + +-- registro versione... +INSERT INTO [dbo].[LogUpdateDb] ([Versione],[Data]) VALUES(289, GETDATE()) +GO