From e6d962259fa0ba01d355889cbc4e899a10909564 Mon Sep 17 00:00:00 2001 From: RDeck Date: Wed, 8 Oct 2025 02:19:16 -0400 Subject: [PATCH] ! --- ClassObj/ClsDobbsEmail_T1439.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClassObj/ClsDobbsEmail_T1439.cs b/ClassObj/ClsDobbsEmail_T1439.cs index 6c6336d..c89a994 100644 --- a/ClassObj/ClsDobbsEmail_T1439.cs +++ b/ClassObj/ClsDobbsEmail_T1439.cs @@ -43,7 +43,7 @@ internal class ClsDobbsEmail_T1439 : IDisposable using (var cm = new SqlCommand("crpt.[Dobbs_T1439_EmailContests]", cn) { CommandType = CommandType.StoredProcedure, CommandTimeout = 120 }) using (var da = new SqlDataAdapter(cm)) { - cm.Parameters.Add("@DateThruOverride", SqlDbType.Date).Value = DateTime.Parse("Oct 7, 2025"); + //cm.Parameters.Add("@DateThruOverride", SqlDbType.Date).Value = DateTime.Parse("Oct 7, 2025"); // override the date thru date for testing ds = new DataSet(); da.Fill(ds); }